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

Side by Side Diff: LayoutTests/fast/block/line-layout/inline-box-wrapper-crash.html

Issue 7795013: Merge 94001 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 3 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/block/line-layout/inline-box-wrapper-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 <style> 2 <style>
3 body { direction: rtl; padding-left: 100%; } 3 body { direction: rtl; padding-left: 100%; }
4 </style> 4 </style>
5 <script> 5 <script>
6 if (window.layoutTestController) { 6 if (window.layoutTestController) {
7 layoutTestController.dumpAsText(); 7 layoutTestController.dumpAsText();
8 layoutTestController.waitUntilDone(); 8 layoutTestController.waitUntilDone();
9 } 9 }
10 10
11 function runTest() { 11 function runTest() {
12 document.body.innerHTML = "PASS"; 12 document.body.innerHTML = "PASS";
13 13
14 if (window.layoutTestController) 14 if (window.layoutTestController)
15 layoutTestController.notifyDone(); 15 layoutTestController.notifyDone();
16 } 16 }
17 17
18 setTimeout("runTest()", 0); 18 setTimeout("runTest()", 0);
19 </script> 19 </script>
20 0<image> 20 0<image>
21 <span> 21 <span>
22 A<div></div> 22 A<div></div>
23 </span> 23 </span>
24 </html> 24 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/line-layout/inline-box-wrapper-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698