Index: third_party/WebKit/LayoutTests/fast/images/image-map-zoom-alt-content.html |
diff --git a/third_party/WebKit/LayoutTests/fast/images/image-map-zoom-alt-content.html b/third_party/WebKit/LayoutTests/fast/images/image-map-zoom-alt-content.html |
deleted file mode 100644 |
index e12e6b17f8e5b87791f5815e1f48f591641daf86..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/images/image-map-zoom-alt-content.html |
+++ /dev/null |
@@ -1,44 +0,0 @@ |
-<html> |
- |
-<head> |
- |
-<script> |
- |
-function runTest() |
-{ |
- if (!window.eventSender) |
- return; |
- |
- testRunner.dumpAsText(); |
- |
- eventSender.mouseMoveTo(340, 140); |
- eventSender.mouseDown(); |
- eventSender.mouseUp(); |
-} |
- |
-function setResult(message) |
-{ |
- document.getElementById('result').firstChild.data = message; |
-} |
- |
-</script> |
- |
-</head> |
- |
-<body onload="runTest()" style="margin:0; zoom: 2" onclick="setResult('FAILURE')"> |
- |
-<map name="navmap"> |
-<area shape=rect coords="30,30,70,70" href onclick="setResult('SUCCESS'); event.stopPropagation(); event.preventDefault();"> |
-</map> |
- |
-<img style="position: relative; left: 100px" border="20" width="100" height="100" usemap="#navmap" src="no-img.png" ismap> |
- |
-<hr> |
- |
-<p>This tests that client side image maps still work when zooming is in effect.</p> |
- |
-<div id="result">TEST NOT RUN</div> |
- |
-</body> |
- |
-</html> |