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

Unified Diff: LayoutTests/svg/custom/use-invalid-style.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/use-invalid-style.svg
diff --git a/LayoutTests/svg/custom/use-invalid-style.svg b/LayoutTests/svg/custom/use-invalid-style.svg
index b690235332685772f7d125042e66fdcb1b451800..220127a0babd5267159f1abf104039eb3f168662 100644
--- a/LayoutTests/svg/custom/use-invalid-style.svg
+++ b/LayoutTests/svg/custom/use-invalid-style.svg
@@ -1,10 +1,10 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- <text y="20">This should not crash, but display an error document.</text>
- <style id="crash"></style>
- <use xlink:href="#crash" />
- <junk>
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ <text y="20">This should not crash, but display an error document.</text>
+ <style id="crash"></style>
+ <use xlink:href="#crash" />
+ <junk>
+</svg>
« no previous file with comments | « LayoutTests/svg/custom/use-invalid-pattern.svg ('k') | LayoutTests/svg/custom/use-on-symbol-inside-pattern.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698