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

Unified Diff: LayoutTests/svg/webarchive/svg-cursor-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-cursor-subresources.svg
diff --git a/LayoutTests/svg/webarchive/svg-cursor-subresources.svg b/LayoutTests/svg/webarchive/svg-cursor-subresources.svg
deleted file mode 100644
index 80cc4d871b18c3f0a3a6db76aba5ea44b62911ff..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/webarchive/svg-cursor-subresources.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <cursor id="mycursor" xlink:href="resources/green-checker.png" />
- <rect style="cursor: url(#mycursor)" width="100" height="100" fill="white" stroke="blue" />
-
- <text x="10" y="130">Hover over the rect, you should see a (large) custom cursor</text>
- <script>
- if (window.testRunner) {
- testRunner.waitUntilDone();
-
- setTimeout(function() {
- testRunner.dumpDOMAsWebArchive();
- testRunner.notifyDone();
- }, 0);
- }
- </script>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698