Revision bca58b0cef32b342eece2c135fdc62e32b69e557 authored by moz-wptsync-bot on 16 March 2018, 13:38:52 UTC, committed by moz-wptsync-bot on 20 March 2018, 02:29:46 UTC
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1445883
gecko-commit: 0f81334efa0a008db8931a41eef2d26a77d0e800
gecko-integration-branch: mozilla-inbound
gecko-reviewers: smaug
1 parent c51eaff
Raw File
pointerevent_styles.css
#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;
}
back to top