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

Unified Diff: LayoutTests/webarchive/loading/test-loading-archive.html

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/webarchive/loading/test-loading-archive.html
diff --git a/LayoutTests/webarchive/loading/test-loading-archive.html b/LayoutTests/webarchive/loading/test-loading-archive.html
deleted file mode 100644
index 1ebc18a9ff0e5cc60361b70227d70623f40ec036..0000000000000000000000000000000000000000
--- a/LayoutTests/webarchive/loading/test-loading-archive.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<script>
- if (window.testRunner) {
- testRunner.dumpResourceLoadCallbacks();
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- }
-
- function frameLoaded() {
- if (window.testRunner)
- testRunner.notifyDone();
- }
-</script>
-<body>
- <iframe onload="frameLoaded();" src="resources/helloworld.webarchive"></iframe>
- This tests that doing a "normal load" of a webarchive (not using loadArchive) does not cause a cancelled error to be called.
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698