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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.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
Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html
index 63fc13f74bcf8872f6224da1de159647ca9b42b5..3d60fc8a9db543e7e1f17b24b4a524d4f0393f7c 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.html
@@ -2,6 +2,11 @@
<html>
<head>
<script src="../../resources/js-test.js"></script>
+<style>
+a {
+ 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