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

Side by Side Diff: LayoutTests/svg/custom/symbol-viewport-element-crash.svg

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 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <use> 2 <use>
3 <symbol> 3 <symbol>
4 <rect> 4 <rect>
5 <animate attributeName="width" to="0%"></animate> 5 <animate attributeName="width" to="0%"></animate>
6 </rect> 6 </rect>
7 </symbol> 7 </symbol>
8 </use> 8 </use>
9 <script> 9 <script>
10 if (window.testRunner) 10 if (window.testRunner)
11 testRunner.dumpAsText(); 11 testRunner.dumpAsText();
12 </script> 12 </script>
13 <text x="10px" y="100px">This test passes if it did not crash</text> 13 <text x="10px" y="100px">This test passes if it did not crash</text>
14 </svg> 14 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/svg-fonts-with-no-element-reference.html ('k') | LayoutTests/svg/custom/use-events-crash.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698