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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/a-click.html

Issue 2679883002: Move some tests in fast/html/ to html/{document-metadata,grouping-content,text-level-semantics}/. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | third_party/WebKit/LayoutTests/fast/html/a-tooltip.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/html/a-click.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/a-click.html b/third_party/WebKit/LayoutTests/fast/html/a-click.html
deleted file mode 100644
index e829228332eb0e3e365ee8127cc331db15363190..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/a-click.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE HTML>
-<body/>
-<script src="../../resources/testharness.js"></script>
-<script src="../../resources/testharnessreport.js"></script>
-<a id="target" href="#abc" title="This should appear as a tooltip">Hello.</a>
-<script>
-function doubleClickNoNavigation() {
- document.getElementById('target').dispatchEvent(new MouseEvent("click", {detail: 2}));
- assert_equals(window.location.hash, "", "There should be no navigation on double click");
-}
-
-test(doubleClickNoNavigation, "Double Click No Navigation");
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/html/a-tooltip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698