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

Side by Side 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 unified diff | Download patch
OLDNEW
1 #innerFrame {
2 position: absolute;
3 top: 250px;
4 left: 200px;
5 height: 100px;
6 width: 100px;
7 }
8
9 .spacer { 1 .spacer {
10 height: 100px; 2 height: 100px;
11 } 3 }
12 4
13 #square1 { 5 #square1 {
14 top: 250px; 6 background: black;
7 top: 150px;
15 left: 100px; 8 left: 100px;
16 background: black;
17 }
18
19 #square2 {
20 top: 50px;
21 left: 30px;
22 visibility: hidden;
23 background: red;
24 } 9 }
25 10
26 .square { 11 .square {
27 height: 20px; 12 height: 20px;
28 width: 20px; 13 width: 20px;
29 position: absolute; 14 position: absolute;
30 padding: 0px; 15 padding: 0px;
31 } 16 }
32 17
33 #target0 { 18 #target0 {
34 background: black; 19 background: black;
35 color: white; 20 color: white;
36 white-space: nowrap; 21 white-space: nowrap;
37 overflow-y: auto; 22 overflow-y: auto;
38 overflow-x: auto; 23 overflow-x: auto;
39 } 24 }
40 25
41 #target1 { 26 #target1 {
42 background: purple; 27 background: purple;
43 color: white; 28 color: white;
44 white-space: nowrap; 29 white-space: nowrap;
45 overflow-y: auto; 30 overflow-y: auto;
46 overflow-x: auto; 31 overflow-x: auto;
47 } 32 }
48 33
49 #scrollTarget {
50 background: darkblue;
51 }
52
53 .touchActionNone { 34 .touchActionNone {
54 touch-action: none; 35 touch-action: none;
55 } 36 }
56 37
57 #innerframe { 38 #innerframe {
58 width: 90%; 39 width: 90%;
59 margin: 10px; 40 margin: 10px;
60 margin-left: 10%; 41 margin-left: 10%;
61 height: 200px; 42 height: 200px;
62 } 43 }
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 #listener { 84 #listener {
104 background: orange; 85 background: orange;
105 border: 1px solid orange; 86 border: 1px solid orange;
106 position: absolute; 87 position: absolute;
107 top: -100px; 88 top: -100px;
108 } 89 }
109 90
110 body.scrollable { 91 body.scrollable {
111 min-height: 5000px; 92 min-height: 5000px;
112 } 93 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698