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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/resources/pointerevent_attributes_mouse-iframe.html

Issue 2303013002: Add UMA metric to track usage of sending a mousedown to select elements. (Closed)
Patch Set: W3C auto test import CL. Created 4 years, 3 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 <head>
4 <meta name="viewport" content="width=device-width">
5 <link rel="stylesheet" type="text/css" href="../pointerevent_styles.css" >
6 </head>
7 <body>
8 <div id="square2" class="square"></div>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698