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

Side by Side Diff: LayoutTests/svg/text/text-block-child-crash.xhtml

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 xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 Test passes if it does not crash. 2 Test passes if it does not crash.
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7 <style> 7 <style>
8 svg text:before { display: list-item; content: 'PASS'; } 8 svg text:before { display: list-item; content: 'PASS'; }
9 </style> 9 </style>
10 <svg xmlns="http://www.w3.org/2000/svg"> 10 <svg xmlns="http://www.w3.org/2000/svg">
11 <text></text> 11 <text></text>
12 </svg> 12 </svg>
13 </html> 13 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/svg-zoom-large-value.xhtml ('k') | LayoutTests/svg/text/tref-event-listener-crash.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698