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

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

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
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.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 8
9 function runTest() { 9 function runTest() {
10 document.body.innerHTML = "PASS, if no crash or exceptions thrown"; 10 document.body.innerHTML = "PASS, if no crash or exceptions thrown";
11 } 11 }
12 12
13 window.onload = runTest; 13 window.onload = runTest;
14 </script> 14 </script>
15 0<span> 15 0<span>
16 <image> 16 <image>
17 A 0<div></div> 17 A 0<div></div>
18 </span> 18 </span>
19 </html> 19 </html>
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698