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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/custom/symbol-viewport-element-crash.svg
diff --git a/LayoutTests/svg/custom/symbol-viewport-element-crash.svg b/LayoutTests/svg/custom/symbol-viewport-element-crash.svg
index ef8f03e3ea9df557fcefc9bf1fc0346168e87586..c5a2d2f81f24de0b807726cade84fec1e5fd0f72 100644
--- a/LayoutTests/svg/custom/symbol-viewport-element-crash.svg
+++ b/LayoutTests/svg/custom/symbol-viewport-element-crash.svg
@@ -1,14 +1,14 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <use>
- <symbol>
- <rect>
- <animate attributeName="width" to="0%"></animate>
- </rect>
- </symbol>
- </use>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- <text x="10px" y="100px">This test passes if it did not crash</text>
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <use>
+ <symbol>
+ <rect>
+ <animate attributeName="width" to="0%"></animate>
+ </rect>
+ </symbol>
+ </use>
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ <text x="10px" y="100px">This test passes if it did not crash</text>
+</svg>
« 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