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

Unified Diff: LayoutTests/svg/custom/scroll-to-anchor-in-symbol.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/scroll-to-anchor-in-symbol.svg
diff --git a/LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg b/LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg
index 5e6ee01ae2ed79f15118ad3c45666a025e36ee2e..75d6ffd57e6b29bd90e1a5085ba88316837434c9 100644
--- a/LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg
+++ b/LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg
@@ -1,12 +1,12 @@
-<svg xmlns="http://www.w3.org/2000/svg">
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- window.onload = function () {
- location.hash = 'v1';
- document.getElementById("t1").appendChild(document.createTextNode("PASS: Navigating to symbol did not crash."));
- }
- </script>
- <symbol><view id="v1"/></symbol>
- <text x="20" y="20" fill="green" id="t1"></text>
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg">
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ window.onload = function () {
+ location.hash = 'v1';
+ document.getElementById("t1").appendChild(document.createTextNode("PASS: Navigating to symbol did not crash."));
+ }
+ </script>
+ <symbol><view id="v1"/></symbol>
+ <text x="20" y="20" fill="green" id="t1"></text>
+</svg>
« no previous file with comments | « LayoutTests/svg/custom/resources/graffiti-with-empty-first-font.svg ('k') | LayoutTests/svg/custom/svg-fonts-in-html.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698