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

Side by Side Diff: LayoutTests/fast/inline/inline-child-height-width-calc-crash.html

Issue 4091006: Merge 70681 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 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/inline/inline-child-height-width-calc-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 <head> 2 <head>
3 <script> 3 <script>
4 if (window.layoutTestController) 4 if (window.layoutTestController)
5 { 5 {
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 layoutTestController.waitUntilDone(); 7 layoutTestController.waitUntilDone();
8 } 8 }
9 9
10 function runTest() { 10 function runTest() {
11 brElement = document.getElementById('test'); 11 brElement = document.getElementById('test');
12 document.open(); 12 document.open();
13 setTimeout(function () { 13 setTimeout(function () {
14 document.appendChild(brElement); 14 document.appendChild(brElement);
15 15
16 alert('PASS'); 16 alert('PASS');
17 if (window.layoutTestController) 17 if (window.layoutTestController)
18 layoutTestController.notifyDone(); 18 layoutTestController.notifyDone();
19 }, 0); 19 }, 0);
20 } 20 }
21 </script> 21 </script>
22 </head> 22 </head>
23 <body onload="runTest()"> 23 <body onload="runTest()">
24 <br id='test'> 24 <br id='test'>
25 </body> 25 </body>
26 </html> 26 </html>
27 27
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/inline/inline-child-height-width-calc-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698