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

Side by Side Diff: LayoutTests/fast/inline/update-always-create-line-boxes-full-layout-crash.html

Issue 7608013: Merge 92692 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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/inline/update-always-create-line-boxes-full-layout-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 <style> 3 <style>
4 .table:nth-last-child(even) { line-height: 100%; } 4 .table:nth-last-child(even) { line-height: 100%; }
5 </style> 5 </style>
6 <script> 6 <script>
7 if (window.layoutTestController) { 7 if (window.layoutTestController) {
8 layoutTestController.dumpAsText(); 8 layoutTestController.dumpAsText();
9 layoutTestController.waitUntilDone(); 9 layoutTestController.waitUntilDone();
10 } 10 }
11 11
12 function runTest() 12 function runTest()
13 { 13 {
14 var test = document.getElementById('test'); 14 var test = document.getElementById('test');
15 test.parentNode.removeChild(test); 15 test.parentNode.removeChild(test);
16 16
17 if (window.layoutTestController) 17 if (window.layoutTestController)
18 layoutTestController.notifyDone(); 18 layoutTestController.notifyDone();
19 } 19 }
20 20
21 setTimeout("runTest()", 0); 21 setTimeout("runTest()", 0);
22 </script> 22 </script>
23 <table class=table> 23 <table class=table>
24 <td><rt>PASS</rt></junk></td> 24 <td><rt>PASS</rt></junk></td>
25 <table><span id="test"></table> 25 <table><span id="test"></table>
26 </table> 26 </table>
27 </html> 27 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/inline/update-always-create-line-boxes-full-layout-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698