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

Unified Diff: LayoutTests/svg/hixie/error/015.xml

Issue 302643004: [SVG2] Allow leading and trailing whitespace in svg attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@relax_todouble_wtf
Patch Set: split tests to combat slow xp trybots Created 6 years, 6 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/custom/script-tests/invalid-length-units.js ('k') | Source/core/svg/SVGAngle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/hixie/error/015.xml
diff --git a/LayoutTests/svg/hixie/error/015.xml b/LayoutTests/svg/hixie/error/015.xml
deleted file mode 100644
index aa87522376a2456b810a73c632eb8cbd05e80d6a..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/hixie/error/015.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
- <rect x="0" y="0" width="300" height="200" fill="green"/>
- <!-- This next line should be hidden since it has an unsupported
- value for the "width" attribute (it has a leading space, which
- isn't allowed by any prose in the spec as far as I can tell. -->
- <rect x="0" y="0" width=" 300" height="200" fill="red"/>
-</svg>
« no previous file with comments | « LayoutTests/svg/custom/script-tests/invalid-length-units.js ('k') | Source/core/svg/SVGAngle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698