| 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>
|
|
|