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

Unified Diff: LayoutTests/svg/custom/outer-svg-unknown-feature.svg

Issue 1108293002: Make DOMImplementation.hasFeature() always return true. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: windows compilefix attempt Created 5 years, 8 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/outer-svg-unknown-feature.svg
diff --git a/LayoutTests/svg/custom/outer-svg-unknown-feature.svg b/LayoutTests/svg/custom/outer-svg-unknown-feature.svg
deleted file mode 100644
index af84e0f505768db35c26c59531adafe1642f1d7c..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/custom/outer-svg-unknown-feature.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" requiredFeatures="http://www.w3.org/TR/SVG11/unknown_feature">
- <text x="20" y="20">This should not be visible</text>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698