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

Unified Diff: LayoutTests/svg/webarchive/svg-script-subresouces.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-script-subresouces.svg
diff --git a/LayoutTests/svg/webarchive/svg-script-subresouces.svg b/LayoutTests/svg/webarchive/svg-script-subresouces.svg
deleted file mode 100644
index 49e4630e8a474a2ea7abcc984d63799b2365cae7..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/webarchive/svg-script-subresouces.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <script>
- if (window.testRunner)
- testRunner.dumpDOMAsWebArchive();
- </script>
- <rect id="rect" width="100" height="100" fill="red" />
- <script xlink:href="resources/svg-script-subresources.js" type="text/ecmascript" />
-</svg>

Powered by Google App Engine
This is Rietveld 408576698