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

Side by Side Diff: LayoutTests/svg/custom/outer-svg-unknown-feature.svg

Issue 20738002: Make DOMImplementation::hasFeature() behave according to specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Without the binaries so that the try bots are happy Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg" requiredFeatures="unknown_feature"> 1 <svg xmlns="http://www.w3.org/2000/svg" requiredFeatures="http://www.w3.org/TR/S VG11/unknown_feature">
2 <text x="20" y="20">This should not be visible</text> 2 <text x="20" y="20">This should not be visible</text>
3 </svg> 3 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698