mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
68
layout/reftests/scrolling/layer-change-1-frame.html
Normal file
68
layout/reftests/scrolling/layer-change-1-frame.html
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAJ0lEQVRIx%2B3NMQEAAAgDoPUvrSnmIxQgOTA1AoFAIBAIBALBt6BqAZbsggsDjv9PAAAAAElFTkSuQmCC') fixed;}
|
||||
#header {
|
||||
background: rgba(50,50,50,0.8);
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
width: 500px;
|
||||
height: 200px;
|
||||
z-index: 1000;
|
||||
}
|
||||
#floaty_right {
|
||||
position: fixed;
|
||||
left: 600px;
|
||||
top: 0px;
|
||||
z-index: 0;
|
||||
}
|
||||
#floaty_left {
|
||||
width: 500px;
|
||||
border:1px solid black;
|
||||
}
|
||||
li {
|
||||
margin-left: 100px;
|
||||
position: relative;
|
||||
background: yellow;
|
||||
padding: 2px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div id="header">Android Gripes</div>
|
||||
<div id="floaty_right">dddddddddddddddddddddddddddddddddddddddddddddddddddddd</div>
|
||||
<div id="floaty_left">
|
||||
<li>
|
||||
When I use an iPhone and an Android phone at the same time, I
|
||||
often find that apps from the same company look a lot different on these
|
||||
two platforms - the ones on Android usually look much worse.
|
||||
When I use an iPhone and an Android phone at the same time, I
|
||||
often find that apps from the same company look a lot different on these
|
||||
two platforms - the ones on Android usually look much worse.
|
||||
When I use an iPhone and an Android phone at the same time, I
|
||||
often find that apps from the same company look a lot different on these
|
||||
two platforms - the ones on Android usually look much worse.
|
||||
When I use an iPhone and an Android phone at the same time, I
|
||||
often find that apps from the same company look a lot different on these
|
||||
two platforms - the ones on Android usually look much worse.
|
||||
When I use an iPhone and an Android phone at the same time, I
|
||||
often find that apps from the same company look a lot different on these
|
||||
two platforms - the ones on Android usually look much worse.
|
||||
When I use an iPhone and an Android phone at the same time, I
|
||||
often find that apps from the same company look a lot different on these
|
||||
two platforms - the ones on Android usually look much worse.
|
||||
When I use an iPhone and an Android phone at the same time, I
|
||||
often find that apps from the same company look a lot different on these
|
||||
two platforms - the ones on Android usually look much worse.
|
||||
When I use an iPhone and an Android phone at the same time, I
|
||||
often find that apps from the same company look a lot different on these
|
||||
two platforms - the ones on Android usually look much worse.
|
||||
</li>
|
||||
<div style="height:10000px;"></div>
|
||||
<script>
|
||||
window.scrollTo(0,0);
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue