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

Unified Diff: LayoutTests/svg/webarchive/svg-feimage-subresources.svg

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/webarchive/svg-feimage-subresources.svg
diff --git a/LayoutTests/svg/webarchive/svg-feimage-subresources.svg b/LayoutTests/svg/webarchive/svg-feimage-subresources.svg
deleted file mode 100644
index a71433aed302ac06a9b81f120524596bcc0f39f1..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/webarchive/svg-feimage-subresources.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <filter id="MyFilter">
- <feImage xlink:href="resources/green-checker.png" />
- </filter>
- <rect id="rect" width="100" height="100" fill="red" filter="url(#MyFilter)"/>
- <script>
- if (window.testRunner) {
- testRunner.waitUntilDone();
-
- setTimeout(function() {
- testRunner.dumpDOMAsWebArchive();
- testRunner.notifyDone();
- }, 0);
- }
- </script>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698