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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/image-map-zoom-alt-content.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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: 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>

Powered by Google App Engine
This is Rietveld 408576698