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

Side by Side Diff: LayoutTests/fast/css-generated-content/after-with-first-letter-float-crash.html

Issue 8474016: Merge 98010 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/css-generated-content/after-with-first-letter-float-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 <html> 1 <html>
2 <body> 2 <body>
3 <style type="text/css"> 3 <style type="text/css">
4 div::first-letter { float: right; content: "AB" } 4 div::first-letter { float: right; content: "AB" }
5 div::after { display: table; content: "CD" } 5 div::after { display: table; content: "CD" }
6 </style> 6 </style>
7 <div></div> 7 <div></div>
8 PASS, if the script does not cause a crash or ASSERT failure 8 PASS, if the script does not cause a crash or ASSERT failure
9 <script> 9 <script>
10 function runTest() { 10 function runTest() {
11 document.body.offsetTop; 11 document.body.offsetTop;
12 document.body.style.color = "blue"; 12 document.body.style.color = "blue";
13 if (window.layoutTestController) 13 if (window.layoutTestController)
14 layoutTestController.dumpAsText(); 14 layoutTestController.dumpAsText();
15 } 15 }
16 window.onload = runTest; 16 window.onload = runTest;
17 </script> 17 </script>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css-generated-content/after-with-first-letter-float-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698