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

Unified Diff: LayoutTests/svg/text/tref-event-listener-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
« no previous file with comments | « LayoutTests/svg/text/text-block-child-crash.xhtml ('k') | LayoutTests/svg/wicd/resources/a.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/tref-event-listener-crash.svg
diff --git a/LayoutTests/svg/text/tref-event-listener-crash.svg b/LayoutTests/svg/text/tref-event-listener-crash.svg
index 91de843538ecc28c9c45fe9beb2a5c565249a29f..c0f961854c7f8061e66b1824b47f17ee6d9857e5 100644
--- a/LayoutTests/svg/text/tref-event-listener-crash.svg
+++ b/LayoutTests/svg/text/tref-event-listener-crash.svg
@@ -1,15 +1,15 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-Test passes if it does not crash.
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="container">
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
-window.onload = function() {
- document.getElementById("container").textContent = "1";
-}
-</script>
-<desc id="test-desc"></desc>
-<tref xlink:href="#test-desc"></tref>
-</svg>
-</html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+Test passes if it does not crash.
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="container">
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+
+window.onload = function() {
+ document.getElementById("container").textContent = "1";
+}
+</script>
+<desc id="test-desc"></desc>
+<tref xlink:href="#test-desc"></tref>
+</svg>
+</html>
« no previous file with comments | « LayoutTests/svg/text/text-block-child-crash.xhtml ('k') | LayoutTests/svg/wicd/resources/a.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698