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"> |