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

Side by Side Diff: LayoutTests/fast/text/international/bidi-neutral-in-mixed-direction-run-crash.html

Issue 8586021: Merge 99462 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
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/text/international/bidi-neutral-in-mixed-direction-run-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, if no crash or exceptions thrown"; 12 document.body.innerHTML = "PASS, if no crash or exceptions thrown";
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<span> 20 0<span>
21 <image> 21 <image>
22 A 0<div></div> 22 A 0<div></div>
23 </span> 23 </span>
24 </html> 24 </html>
25 25
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/bidi-neutral-in-mixed-direction-run-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698