Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / link-body-content-imageDimensionChanged-crash.html
blob3af60bd4bb07b1150de4ef0cc5787c882bf0b8fd
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div {
6 content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAQMAAAABGAcJAAAAA1BMVEUAgACc+aWRAAAADElEQVR42mNgIAEAAAAtAAH7KhMqAAAAAElFTkSuQmCC");
7 padding-bottom: 10581%;
9 </style>
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 </script>
14 </head>
15 <p> Bug <a href="http://webkit.org/b/85912">85912</a>: Crash in computedCSSPadding* functions due to LayoutImage::imageDimensionsChanged called during attachment</p>
16 <p> This test PASSED if it did not crash. </p>
17 <div>
18 <link href="inexistant.css" rel=stylesheet>
19 <body style='content: "PASSED, no crash"; '></body>
20 </div>
21 </html>