| Index: third_party/WebKit/LayoutTests/fast/images/image-map-zoom.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/image-map-zoom.html b/third_party/WebKit/LayoutTests/fast/images/image-map-zoom.html
|
| deleted file mode 100644
|
| index 6592132b0a249e6d807b68fb0c30511bfeb07fe3..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/images/image-map-zoom.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" 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>
|
|
|