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

Unified Diff: Tools/TestWebKitAPI/Tests/mac/acceptsFirstMouse.html

Issue 13602008: Remove non-chromium code from TestWebKitAPI (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: Tools/TestWebKitAPI/Tests/mac/acceptsFirstMouse.html
diff --git a/Tools/TestWebKitAPI/Tests/mac/acceptsFirstMouse.html b/Tools/TestWebKitAPI/Tests/mac/acceptsFirstMouse.html
deleted file mode 100644
index 3de413a5aa60e6a3693031b3e2cb897b39972847..0000000000000000000000000000000000000000
--- a/Tools/TestWebKitAPI/Tests/mac/acceptsFirstMouse.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html style="height: 200%;">
-<head>
- <style>
- img.selectable {
- width: 100px;
- height: 100px;
- display: block;
- background-color: gray;
- }
- </style>
-</head>
-<body style="margin: 0;">
- <img class="selectable">
- <img class="selectable" id="target">
- <img class="selectable">
- <script>
- var target = document.getElementById("target");
- getSelection().setBaseAndExtent(target, 0, target, 1);
- scrollBy(0, 100);
- </script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698