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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel.html

Issue 338543003: Gesture event hit test refactoring and reduction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix release build Created 6 years, 6 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 | LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel.html
index 6e80dc4a35177cb75a49624cda9684911a38824e..da1f3841fe51d8fd5c84a35a002b75e7857dd0b4 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel.html
@@ -3,6 +3,15 @@
<head>
<script src="../../resources/js-test.js"></script>
<script src="../../resources/run-after-display.js"></script>
+<style>
+/* Don't test active state. Technically sending a second showPress before
+ the first has been completed is illegal, so whether or not blink clears the
+ active state on the first node irrelevant.
+*/
+a, a:active {
+ color: #00c;
+}
+</style>
</head>
<body onload="runTest();" onclick="doNothing();">
<div style="-webkit-transform: translateZ(0); position: relative; left: 10px; top: 40px">
« no previous file with comments | « no previous file | LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698