Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div {
6 content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAQMAAAAB GAcJAAAAA1BMVEUAgACc+aWRAAAADElEQVR42mNgIAEAAAAtAAH7KhMqAAAAAElFTkSuQmCC");
7 padding-bottom: 10581%;
8 }
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 computedCSSPaddi ng* functions due to LayoutImage::imageDimensionsChanged called during attachmen t</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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698