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

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

Issue 1984133002: Move web-platform-tests to wpt (part 2 of 2) (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 unified diff | Download patch
OLDNEW
1 #target0 { 1 #target0 {
2 background: black; 2 background: black;
3 color: white; 3 color: white;
4 white-space: nowrap; 4 white-space: nowrap;
5 overflow-y: auto; 5 overflow-y: auto;
6 overflow-x: auto; 6 overflow-x: auto;
7 } 7 }
8 8
9 #target1 { 9 #target1 {
10 background: purple; 10 background: purple;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 #listener { 52 #listener {
53 background: orange; 53 background: orange;
54 border: 1px solid orange; 54 border: 1px solid orange;
55 position: absolute; 55 position: absolute;
56 top: -100px; 56 top: -100px;
57 } 57 }
58 58
59 body.scrollable { 59 body.scrollable {
60 min-height: 5000px; 60 min-height: 5000px;
61 } 61 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698