summaryrefslogtreecommitdiffstats
path: root/dom/events/test/pointerevents/pointerevent_styles.css
blob: d2acf940dc837826b2569d0ec05b80cdc2487ae7 (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
.spacer {
height: 100px;
}

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

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

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