layout/reftests/scrolling/layer-change-1-frame.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/scrolling/layer-change-1-frame.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,68 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style>
     1.8 +body {background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAJ0lEQVRIx%2B3NMQEAAAgDoPUvrSnmIxQgOTA1AoFAIBAIBALBt6BqAZbsggsDjv9PAAAAAElFTkSuQmCC') fixed;}
     1.9 +#header {
    1.10 +	background: rgba(50,50,50,0.8);
    1.11 +	position: fixed;
    1.12 +	left: 0px;
    1.13 +	top: 0px;
    1.14 +	width: 500px;
    1.15 +    height: 200px;
    1.16 +	z-index: 1000;
    1.17 +}
    1.18 +#floaty_right {
    1.19 +	position: fixed;
    1.20 +	left: 600px;
    1.21 +	top: 0px;
    1.22 +    z-index: 0;
    1.23 +}
    1.24 +#floaty_left {
    1.25 +	width: 500px;
    1.26 +    border:1px solid black;
    1.27 +}
    1.28 +li {
    1.29 +    margin-left: 100px;
    1.30 +	position: relative;
    1.31 +    background: yellow;
    1.32 +    padding: 2px;
    1.33 +}
    1.34 +</style>
    1.35 +<body>
    1.36 +<div id="header">Android Gripes</div>
    1.37 +<div id="floaty_right">dddddddddddddddddddddddddddddddddddddddddddddddddddddd</div>
    1.38 +<div id="floaty_left">
    1.39 +  <li>
    1.40 +    When I use an iPhone and an Android phone at the same time, I 
    1.41 +often find that apps from the same company look a lot different on these
    1.42 + two platforms - the ones on Android usually look much worse.
    1.43 + When I use an iPhone and an Android phone at the same time, I 
    1.44 +often find that apps from the same company look a lot different on these
    1.45 + two platforms - the ones on Android usually look much worse.
    1.46 + When I use an iPhone and an Android phone at the same time, I 
    1.47 +often find that apps from the same company look a lot different on these
    1.48 + two platforms - the ones on Android usually look much worse.
    1.49 +When I use an iPhone and an Android phone at the same time, I 
    1.50 +often find that apps from the same company look a lot different on these
    1.51 + two platforms - the ones on Android usually look much worse.
    1.52 +    When I use an iPhone and an Android phone at the same time, I 
    1.53 +often find that apps from the same company look a lot different on these
    1.54 + two platforms - the ones on Android usually look much worse.
    1.55 + When I use an iPhone and an Android phone at the same time, I 
    1.56 +often find that apps from the same company look a lot different on these
    1.57 + two platforms - the ones on Android usually look much worse.
    1.58 + When I use an iPhone and an Android phone at the same time, I 
    1.59 +often find that apps from the same company look a lot different on these
    1.60 + two platforms - the ones on Android usually look much worse.
    1.61 +When I use an iPhone and an Android phone at the same time, I 
    1.62 +often find that apps from the same company look a lot different on these
    1.63 + two platforms - the ones on Android usually look much worse.
    1.64 +  </li>
    1.65 +  <div style="height:10000px;"></div>
    1.66 +  <script>
    1.67 +  window.scrollTo(0,0);
    1.68 +  </script>
    1.69 +</div>
    1.70 +</body>
    1.71 +</html>

mercurial