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

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

Issue 2322083002: Import wpt@e1ad3cc6894b20da0a5d7dddf431c9e7848d0544 (Closed)
Patch Set: Add mac exception and rebase 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 unified diff | Download patch
OLDNEW
1 #innerFrame { 1 #innerFrame {
2 position: absolute; 2 position: absolute;
3 top: 250px; 3 top: 300px;
4 left: 200px; 4 left: 200px;
5 height: 100px; 5 height: 100px;
6 width: 100px; 6 width: 100px;
7 } 7 }
8 8
9 .spacer { 9 .spacer {
10 height: 100px; 10 height: 100px;
11 } 11 }
12 12
13 #square1 { 13 #square1 {
14 top: 250px; 14 top: 330px;
15 left: 100px; 15 left: 150px;
16 background: black; 16 background: black;
17 } 17 }
18 18
19 #square2 { 19 #square2 {
20 top: 50px; 20 top: 50px;
21 left: 30px; 21 left: 30px;
22 visibility: hidden; 22 visibility: hidden;
23 background: red; 23 background: red;
24 } 24 }
25 25
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 #listener { 103 #listener {
104 background: orange; 104 background: orange;
105 border: 1px solid orange; 105 border: 1px solid orange;
106 position: absolute; 106 position: absolute;
107 top: -100px; 107 top: -100px;
108 } 108 }
109 109
110 body.scrollable { 110 body.scrollable {
111 min-height: 5000px; 111 min-height: 5000px;
112 } 112 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698