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

Side by Side Diff: LayoutTests/fast/events/touch/resources/frame-with-touch-handler.html

Issue 17471008: Rework compositor touch hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CR feedback - accumulate LayoutRects instead of IntRects, disable when page isn't composited. Also… Created 7 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <body>
4 <div id="touchTarget" style="width: 50px; height: 50px; background-color: blue;" ontouchstart="function() { };"></div>
5 <script>
6 document.getElementById("touchTarget").addEventListener("touchstart", function() { }, false);
7 </script>
8 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698