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

Unified Diff: LayoutTests/svg/as-background-image/animated-svg-animation-control.html

Issue 1292703004: Remove tests svg/as-background-image/animated-svg-animation-control.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/as-background-image/animated-svg-animation-control.html
diff --git a/LayoutTests/svg/as-background-image/animated-svg-animation-control.html b/LayoutTests/svg/as-background-image/animated-svg-animation-control.html
deleted file mode 100644
index 6b1365932cd4235d856403888a6d33002d78d5ce..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/as-background-image/animated-svg-animation-control.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<title>SVG-in-&lt;img&gt;: Animation resets when all references are removed.</title>
-<div style="width: 100px; height: 100px;"></div>
-<script>
-if (window.testRunner)
- testRunner.waitUntilDone();
-var div = document.querySelector('div');
-var imgurl = "url('../as-image/resources/animated-rect-color.svg')";
-div.style.background = imgurl;
-setTimeout(function() {
- div.style.background = "";
- // FIXME: we need a better way of waiting for chromium events to happen
- setTimeout(function() {
- div.style.background = imgurl;
- setTimeout(function() {
- if (window.testRunner)
- testRunner.notifyDone();
- }, 10);
- }, 1);
-}, 100);
-</script>
-
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/as-background-image/animated-svg-animation-control-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698