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

Side by Side Diff: LayoutTests/fast/css/first-letter-inline-flow-split-table-crash.html

Issue 9252031: Merge 104123 - Crash due to first-letter block processing (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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/css/first-letter-inline-flow-split-table-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 <style> 1 <style>
2 .noFloat:empty { float: none; } 2 .noFloat:empty { float: none; }
3 .theadStyle:nth-last-child(odd) { display: table-header-group; float: right; } 3 .theadStyle:nth-last-child(odd) { display: table-header-group; float: right; }
4 .pSpanStyle { overflow: hidden; -webkit-appearance: button; } 4 .pSpanStyle { overflow: hidden; -webkit-appearance: button; }
5 .pSpanStyle:first-letter { text-align: -webkit-left; content: counter(section); } 5 .pSpanStyle:first-letter { text-align: -webkit-left; content: counter(section); }
6 </style> 6 </style>
7 <script> 7 <script>
8 var parentSpan = document.createElement('span'); 8 var parentSpan = document.createElement('span');
9 var childSpan = document.createElement('span'); 9 var childSpan = document.createElement('span');
10 var thead = document.createElement('thead'); 10 var thead = document.createElement('thead');
(...skipping 27 matching lines...) Expand all
38 setTimeout('changeClass();', 10); 38 setTimeout('changeClass();', 10);
39 39
40 if (window.layoutTestController) { 40 if (window.layoutTestController) {
41 layoutTestController.waitUntilDone(); 41 layoutTestController.waitUntilDone();
42 layoutTestController.dumpAsText(); 42 layoutTestController.dumpAsText();
43 } 43 }
44 } 44 }
45 window.onload = runTest; 45 window.onload = runTest;
46 </script> 46 </script>
47 PASS, if no exception or crash in debug 47 PASS, if no exception or crash in debug
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-inline-flow-split-table-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698