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

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

Issue 2323113002: Revert "Import wpt@65954a35b4e0a5cee1f4839271ba0e44f187c0a6" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 422dce16ccf13725b87059c47c54ce56081c8e48..d2acf940dc837826b2569d0ec05b80cdc2487ae7 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css
+++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css
@@ -1,26 +1,11 @@
-#innerFrame {
-position: absolute;
-top: 250px;
-left: 200px;
-height: 100px;
-width: 100px;
-}
-
.spacer {
height: 100px;
}
#square1 {
-top: 250px;
-left: 100px;
background: black;
-}
-
-#square2 {
-top: 50px;
-left: 30px;
-visibility: hidden;
-background: red;
+top: 150px;
+left: 100px;
}
.square {
@@ -46,10 +31,6 @@ overflow-y: auto;
overflow-x: auto;
}
-#scrollTarget {
- background: darkblue;
-}
-
.touchActionNone {
touch-action: none;
}

Powered by Google App Engine
This is Rietveld 408576698