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

Side by Side 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: review fixes 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 unified diff | Download patch
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
2 <rect x="0" y="0" width="300" height="200" fill="green"/>
3 <!-- This next line should be hidden since it has an unsupported
4 value for the "width" attribute (it has a leading space, which
5 isn't allowed by any prose in the spec as far as I can tell. -->
6 <rect x="0" y="0" width=" 300" height="200" fill="red"/>
7 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698