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

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: Merge with trunk 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
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>
esprehn 2014/06/27 08:33:57 ditto
Rick Byers 2014/06/27 15:38:23 This refers to missing doctype? Again I must be m
<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">

Powered by Google App Engine
This is Rietveld 408576698