summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scrolling/layer-change-1-frame.html
blob: 3e97d3c1ec4f65ef1aae97370be083df2fc29d8f (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
<!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>