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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/images/script-counter-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-top: 100%;
8 }
9
10 body {
11 content: counter(foobar);
12 }
13 </style>
14 <script>
15 if (window.testRunner)
16 testRunner.dumpAsText();
17 </script>
18 </head>
19 <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>
20 <p> This test PASSED if it did not crash. </p>
21 <div>
22 <script src="inexistant.js"></script>
23 <body>
24 </body>
25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698