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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-shadow-tree-expected.html

Issue 448593002: Make Gesture Tap be aware of Shadow DOM. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use useMockHighlight() Created 6 years, 4 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 | « LayoutTests/compositing/gestures/gesture-tapHighlight-shadow-tree.html ('k') | Source/web/LinkHighlight.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/gestures/gesture-tapHighlight-shadow-tree-expected.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-shadow-tree-expected.html
similarity index 95%
copy from LayoutTests/compositing/gestures/gesture-tapHighlight-img-expected.html
copy to LayoutTests/compositing/gestures/gesture-tapHighlight-shadow-tree-expected.html
index a98dd8317ef832f08ce2168cc59ef5a7af09ee5c..9e1bee7cb355e62c57f954eba29b5ef1b110fd73 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-expected.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-shadow-tree-expected.html
@@ -7,7 +7,7 @@
<body onload="runTest();">
<div style="padding: 20px">
<div id="targetLink" style="-webkit-transform: translateZ(0); margin:0px; padding: 0px; width: 320px;">
- <a href="#"><img id="targetImg" width="320" height="240" src="resources/dice.png"></a>
+ <a href="#"><img id="targetImg" width="320" height="240" src="resources/dice.png">
</div>
</div>
<script>
« no previous file with comments | « LayoutTests/compositing/gestures/gesture-tapHighlight-shadow-tree.html ('k') | Source/web/LinkHighlight.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698