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

Unified Diff: LayoutTests/svg/animations/svg-tests-on-smil-elements.html

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/animations/svg-tests-on-smil-elements.html
diff --git a/LayoutTests/svg/animations/svg-tests-on-smil-elements.html b/LayoutTests/svg/animations/svg-tests-on-smil-elements.html
deleted file mode 100644
index 88ded80db70fea0706750a140bad54f82b3fdc72..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/animations/svg-tests-on-smil-elements.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<svg>
- <rect id="#reference" x="10" y="10" width="10" height="10" style="fill: red"/>
- <rect id="#target" x="10" y="0" width="10" height="10" style="fill: green">
- <set attributeName="y" attributeType="XML" to="10" begin="0s" dur="1s" fill="freeze" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Shape" />
- <set attributeName="x" attributeType="XML" to="20" begin="0s" dur="1s" fill="freeze" requiredFeatures="http://www.w3.org/TR/SVG11/feature#BogusFeature" />
- </rect>
-</svg>
-<script>
-document.querySelector("svg").setCurrentTime(0.5);
-</script>

Powered by Google App Engine
This is Rietveld 408576698