summaryrefslogtreecommitdiffstats
path: root/dom/events/test/pointerevents/wpt/pointerevent_styles.css
blob: 1ee3b0b3965ff9fb3c5960f606cca6477ce145a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
#innerFrame {
position: absolute;
top: 300px;
left: 200px;
height: 100px;
width: 100px;
}

.spacer {
height: 100px;
}

#square1 {
top: 330px;
left: 150px;
background: black;
}

#square2 {
top: 50px;
left: 30px;
visibility: hidden;
background: red;
}

.square {
height: 20px;
width: 20px;
position: absolute;
padding: 0px;
}

#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;
}

#scrollTarget {
  background: darkblue;
}

.touchActionNone {
touch-action: none;
}

#innerframe {
width: 90%;
margin: 10px;
margin-left: 10%;
height: 200px;
}

.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;
}

#event-log {
font-weight: bold;
}

#listener {
background: orange;
border: 1px solid orange;
position: absolute;
top: -100px;
}

body.scrollable {
min-height: 5000px;
}