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

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

Issue 2086283003: Update web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into wpt_import Created 4 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
1 .spacer {
2 height: 100px;
3 }
4
5 #square1 {
6 background: black;
7 top: 150px;
8 left: 100px;
9 }
10
11 .square {
12 height: 20px;
13 width: 20px;
14 position: absolute;
15 padding: 0px;
16 }
17
1 #target0 { 18 #target0 {
2 background: black; 19 background: black;
3 color: white; 20 color: white;
4 white-space: nowrap; 21 white-space: nowrap;
5 overflow-y: auto; 22 overflow-y: auto;
6 overflow-x: auto; 23 overflow-x: auto;
7 } 24 }
8 25
9 #target1 { 26 #target1 {
10 background: purple; 27 background: purple;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 #listener { 69 #listener {
53 background: orange; 70 background: orange;
54 border: 1px solid orange; 71 border: 1px solid orange;
55 position: absolute; 72 position: absolute;
56 top: -100px; 73 top: -100px;
57 } 74 }
58 75
59 body.scrollable { 76 body.scrollable {
60 min-height: 5000px; 77 min-height: 5000px;
61 } 78 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698