Chromium Code Reviews| 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"> |