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

Unified Diff: LayoutTests/fast/loader/file-protocol-fragment.html

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 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/fast/loader/file-protocol-fragment.html
diff --git a/LayoutTests/fast/loader/file-protocol-fragment.html b/LayoutTests/fast/loader/file-protocol-fragment.html
deleted file mode 100644
index 5e940e03c01780fd5081e9d1f8e052a229658b6c..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/loader/file-protocol-fragment.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<head>
-<script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.dumpResourceLoadCallbacks();
- if (testRunner.setSerializeHTTPLoads)
- testRunner.setSerializeHTTPLoads();
- } else {
- document.write ('This test must be run through DumpRenderTree.')
- }
-</script>
-<link rel=stylesheet href="resources/stylesheet.css#a">
-<link rel=stylesheet href="resources/stylesheet.css#b">
-<body>
-This tests that file: URL are loaded separately even if they differ by the fragment only.
-</div>
-</html>

Powered by Google App Engine
This is Rietveld 408576698