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

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

Issue 10383163: Merge 116693 - Crash in computedCSSPadding* functions due to RenderImage::imageDimensionsChanged ca… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 months 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
« no previous file with comments | « no previous file | LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 div { 5 div {
6 content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAQMAAAAB GAcJAAAAA1BMVEUAgACc+aWRAAAADElEQVR42mNgIAEAAAAtAAH7KhMqAAAAAElFTkSuQmCC"); 6 content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAQMAAAAB GAcJAAAAA1BMVEUAgACc+aWRAAAADElEQVR42mNgIAEAAAAtAAH7KhMqAAAAAElFTkSuQmCC");
7 padding-bottom: 10581%; 7 padding-bottom: 10581%;
8 } 8 }
9 </style> 9 </style>
10 <script> 10 <script>
11 if (window.layoutTestController) 11 if (window.layoutTestController)
12 layoutTestController.dumpAsText(); 12 layoutTestController.dumpAsText();
13 </script> 13 </script>
14 </head> 14 </head>
15 <p> Bug <a href="http://webkit.org/b/85912">85912</a>: Crash in computedCSSPaddi ng* functions due to RenderImage::imageDimensionsChanged called during attachmen t</p> 15 <p> Bug <a href="http://webkit.org/b/85912">85912</a>: Crash in computedCSSPaddi ng* functions due to RenderImage::imageDimensionsChanged called during attachmen t</p>
16 <p> This test PASSED if it did not crash. </p> 16 <p> This test PASSED if it did not crash. </p>
17 <div> 17 <div>
18 <link href="inexistant.css" rel=stylesheet> 18 <link href="inexistant.css" rel=stylesheet>
19 <body style='content: "PASSED, no crash"; '></body> 19 <body style='content: "PASSED, no crash"; '></body>
20 </div> 20 </div>
21 </html> 21 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/images/link-body-content-imageDimensionChanged-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698