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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css

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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css
index d2acf940dc837826b2569d0ec05b80cdc2487ae7..422dce16ccf13725b87059c47c54ce56081c8e48 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css
+++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css
@@ -1,11 +1,26 @@
+#innerFrame {
+position: absolute;
+top: 250px;
+left: 200px;
+height: 100px;
+width: 100px;
+}
+
.spacer {
height: 100px;
}
#square1 {
-background: black;
-top: 150px;
+top: 250px;
left: 100px;
+background: black;
+}
+
+#square2 {
+top: 50px;
+left: 30px;
+visibility: hidden;
+background: red;
}
.square {
@@ -31,6 +46,10 @@ overflow-y: auto;
overflow-x: auto;
}
+#scrollTarget {
+ background: darkblue;
+}
+
.touchActionNone {
touch-action: none;
}

Powered by Google App Engine
This is Rietveld 408576698