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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/pointerevents/pointerevent_styles.css

Issue 1979363002: Moved web-platform-tests to wpt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/web-platform-tests/pointerevents/pointerevent_styles.css
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/pointerevents/pointerevent_styles.css b/third_party/WebKit/LayoutTests/imported/web-platform-tests/pointerevents/pointerevent_styles.css
deleted file mode 100644
index 55265af4141763e7267ad0cbdf36e023fe80761d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/pointerevents/pointerevent_styles.css
+++ /dev/null
@@ -1,61 +0,0 @@
-#target0 {
-background: black;
-color: white;
-white-space: nowrap;
-overflow-y: auto;
-overflow-x: auto;
-}
-
-#target1 {
-background: purple;
-color: white;
-white-space: nowrap;
-overflow-y: auto;
-overflow-x: auto;
-}
-
-.scroller {
-width: 700px;
-height: 430px;
-margin: 20px;
-overflow: auto;
-background: black;
-}
-
-.scroller > div {
-height: 1000px;
-width: 1000px;
-color: white;
-}
-
-.scroller > div div {
-height: 100%;
-width: 100%;
-color: white;
-}
-
-div {
-margin: 0em;
-padding: 2em;
-}
-
-#complete-notice {
-background: #afa;
-border: 1px solid #0a0;
-display: none;
-}
-
-#pointertype-log {
-font-weight: bold;
-}
-
-#listener {
-background: orange;
-border: 1px solid orange;
-position: absolute;
-top: -100px;
-}
-
-body.scrollable {
-min-height: 5000px;
-}

Powered by Google App Engine
This is Rietveld 408576698