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

Unified Diff: LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-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/dom/path-marker-removed-crash.svg ('k') | LayoutTests/svg/dom/resources/svg-font-face.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-crash.svg
diff --git a/LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-crash.svg b/LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-crash.svg
index fcd5b2cffd823e0f72ca64962dcd330581544171..09389ff25b13d7ea382d5343ad1be94addc76255 100644
--- a/LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-crash.svg
+++ b/LayoutTests/svg/dom/resources/SVGStyledElement-pendingResource-crash.svg
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <image id="refImage"/>
- <g>
- <text id="testName">X</text>
- <use xlink:href="#navigationGroup" />
- </g>
- <defs id="d">
- <g id="navigationGroup" fill='url(#testName)'>
- <a stroke='url(#refImage)'><text id="ABC">A</text></a>
- </g>
- </defs>
-</svg>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <image id="refImage"/>
+ <g>
+ <text id="testName">X</text>
+ <use xlink:href="#navigationGroup" />
+ </g>
+ <defs id="d">
+ <g id="navigationGroup" fill='url(#testName)'>
+ <a stroke='url(#refImage)'><text id="ABC">A</text></a>
+ </g>
+ </defs>
+</svg>
« no previous file with comments | « LayoutTests/svg/dom/path-marker-removed-crash.svg ('k') | LayoutTests/svg/dom/resources/svg-font-face.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698