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

Unified Diff: LayoutTests/svg/custom/use-events-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
Index: LayoutTests/svg/custom/use-events-crash.svg
diff --git a/LayoutTests/svg/custom/use-events-crash.svg b/LayoutTests/svg/custom/use-events-crash.svg
index a98c952a4c9ea6122fe41e5ec5135bd70f5b38d0..311f591340232a7219bdbdbe48d41f99ae4120f9 100644
--- a/LayoutTests/svg/custom/use-events-crash.svg
+++ b/LayoutTests/svg/custom/use-events-crash.svg
@@ -1,35 +1,35 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
-
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" id="svg-root" width="480" height="360" viewBox="0 0 480 360" onload="test()">
-<script>
-function test()
-{
- if (window.eventSender) {
- eventSender.mouseMoveTo(370, 45);
- eventSender.contextClick();
- }
-}
-
-</script>
-
- <g id="test-body-content">
- <defs>
- <g fill="red" stroke="yellow" stroke-width="3">
- <rect id="usedRect" width="40" height="40"/>
- </g>
- </defs>
- <g>
- <g id="labels" transform="translate(330, 40)" font-size="12" text-anchor="end">
- <text>Right-clicking on green box using a debug build</text>
- </g>
- <g id="labels" transform="translate(330, 54)" font-size="12" text-anchor="end">
- <text>should not cause an assert (Bugzilla Bug 12580)</text>
- </g>
- </g>
- <g transform="translate(350, 25)">
- <use xlink:href="#usedRect" fill="#0F0"/>
- </g>
- </g>
-
-</svg>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
+
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" id="svg-root" width="480" height="360" viewBox="0 0 480 360" onload="test()">
+<script>
+function test()
+{
+ if (window.eventSender) {
+ eventSender.mouseMoveTo(370, 45);
+ eventSender.contextClick();
+ }
+}
+
+</script>
+
+ <g id="test-body-content">
+ <defs>
+ <g fill="red" stroke="yellow" stroke-width="3">
+ <rect id="usedRect" width="40" height="40"/>
+ </g>
+ </defs>
+ <g>
+ <g id="labels" transform="translate(330, 40)" font-size="12" text-anchor="end">
+ <text>Right-clicking on green box using a debug build</text>
+ </g>
+ <g id="labels" transform="translate(330, 54)" font-size="12" text-anchor="end">
+ <text>should not cause an assert (Bugzilla Bug 12580)</text>
+ </g>
+ </g>
+ <g transform="translate(350, 25)">
+ <use xlink:href="#usedRect" fill="#0F0"/>
+ </g>
+ </g>
+
+</svg>
« no previous file with comments | « LayoutTests/svg/custom/symbol-viewport-element-crash.svg ('k') | LayoutTests/svg/custom/use-instanceRoot-with-use-removed.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698