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

Side by Side Diff: LayoutTests/svg/text/svg-rtl-text-crash.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations 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 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 </script> 5 </script>
6 <style> 6 <style>
7 svg { 7 svg {
8 direction: rtl; 8 direction: rtl;
9 } 9 }
10 :before { 10 :before {
11 content: "]"; 11 content: "]";
12 } 12 }
13 </style> 13 </style>
14 <svg> 14 <svg>
15 <text>*</text> 15 <text>*</text>
16 </svg> 16 </svg>
17 PASS 17 PASS
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/preserve-break-word-expected.html ('k') | LayoutTests/svg/text/svg-zoom-large-value.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698