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

Unified Diff: Tools/TestWebKitAPI/Tests/WebKit2/file-with-anchor.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
« no previous file with comments | « Tools/TestWebKitAPI/Tests/WebKit2/execCopy.html ('k') | Tools/TestWebKitAPI/Tests/WebKit2/find.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/TestWebKitAPI/Tests/WebKit2/file-with-anchor.html
diff --git a/Tools/TestWebKitAPI/Tests/WebKit2/file-with-anchor.html b/Tools/TestWebKitAPI/Tests/WebKit2/file-with-anchor.html
deleted file mode 100644
index 8ea866ba983a43b2dea3a6b74f45114ad7102c22..0000000000000000000000000000000000000000
--- a/Tools/TestWebKitAPI/Tests/WebKit2/file-with-anchor.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-<head>
- <script>
- function clickLink()
- {
- var evt = document.createEvent("MouseEvent");
- evt.initMouseEvent("click", true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
- var link = document.querySelector('a');
- link.dispatchEvent(evt);
- }
- </script>
-</head>
-<body>
- <a href="#anchor">Link to anchor</a><br>
- In between.<br>
- <span id="anchor">Anchor</span><br>
- After the anchor.<br>
- </body>
-</html>
« no previous file with comments | « Tools/TestWebKitAPI/Tests/WebKit2/execCopy.html ('k') | Tools/TestWebKitAPI/Tests/WebKit2/find.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698