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

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

Issue 319883002: Revert "[SVG2] Allow leading and trailing whitespace in svg attributes using" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
new file mode 100644
index 0000000000000000000000000000000000000000..aa87522376a2456b810a73c632eb8cbd05e80d6a
--- /dev/null
+++ b/LayoutTests/svg/hixie/error/015.xml
@@ -0,0 +1,7 @@
+<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