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

Unified Diff: LayoutTests/platform/chromium/http/tests/permissionclient/image-permissions.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (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/platform/chromium/http/tests/permissionclient/image-permissions.html
diff --git a/LayoutTests/platform/chromium/http/tests/permissionclient/image-permissions.html b/LayoutTests/platform/chromium/http/tests/permissionclient/image-permissions.html
deleted file mode 100644
index 54185f5d78438ac32194a130adab5c52b47854e1..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/http/tests/permissionclient/image-permissions.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<head>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.dumpPermissionClientCallbacks();
-}
-
-function log(a)
-{
- document.getElementById("results").innerHTML += a + "<br>";
-}
-</script>
-</head>
-<body>
-<p>
-This test checks that all URLs in a redirect chain are passed to the
-PermissionClient.
-</p>
-<img src="http://127.0.0.1:8000/permissionclient/resources/redir.php?url=http://127.0.0.1:8000/permissionclient/resources/boston.gif" onerror="log('FAIL: error event for first image')">
-<div id="results"></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698