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

Unified Diff: LayoutTests/svg/custom/use-invalid-html.xhtml

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-html.xhtml
diff --git a/LayoutTests/svg/custom/use-invalid-html.xhtml b/LayoutTests/svg/custom/use-invalid-html.xhtml
index 92bdc1269e9368788860b1fd608db53cfa4ec9e2..5c2fc5be2dacde6b71b14bdcc0a8258aaddb4ef0 100644
--- a/LayoutTests/svg/custom/use-invalid-html.xhtml
+++ b/LayoutTests/svg/custom/use-invalid-html.xhtml
@@ -1,18 +1,18 @@
-<html>This test passes if a malformed html document triggers an error, not crash.
- <svg xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- onload="restyle()">
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- function restyle() {
- document.getElementById("b").style.position = "absolute";
- }
- </script>
- <defs>
- <g id="a" />
- </defs>
- <g id="b">
- <use xlink:href="#a" />
- </g>
- </svg>
+<html>This test passes if a malformed html document triggers an error, not crash.
+ <svg xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ onload="restyle()">
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ function restyle() {
+ document.getElementById("b").style.position = "absolute";
+ }
+ </script>
+ <defs>
+ <g id="a" />
+ </defs>
+ <g id="b">
+ <use xlink:href="#a" />
+ </g>
+ </svg>
« no previous file with comments | « LayoutTests/svg/custom/use-instanceRoot-with-use-removed.svg ('k') | LayoutTests/svg/custom/use-invalid-pattern.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698