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

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <style>
michael@0 5 body {background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAJ0lEQVRIx%2B3NMQEAAAgDoPUvrSnmIxQgOTA1AoFAIBAIBALBt6BqAZbsggsDjv9PAAAAAElFTkSuQmCC') fixed;}
michael@0 6 #header {
michael@0 7 background: rgba(50,50,50,0.8);
michael@0 8 position: fixed;
michael@0 9 left: 0px;
michael@0 10 top: 0px;
michael@0 11 width: 500px;
michael@0 12 height: 200px;
michael@0 13 z-index: 1000;
michael@0 14 }
michael@0 15 #floaty_right {
michael@0 16 position: fixed;
michael@0 17 left: 600px;
michael@0 18 top: 0px;
michael@0 19 z-index: 0;
michael@0 20 }
michael@0 21 #floaty_left {
michael@0 22 width: 500px;
michael@0 23 border:1px solid black;
michael@0 24 }
michael@0 25 li {
michael@0 26 margin-left: 100px;
michael@0 27 position: relative;
michael@0 28 background: yellow;
michael@0 29 padding: 2px;
michael@0 30 }
michael@0 31 </style>
michael@0 32 <body>
michael@0 33 <div id="header">Android Gripes</div>
michael@0 34 <div id="floaty_right">dddddddddddddddddddddddddddddddddddddddddddddddddddddd</div>
michael@0 35 <div id="floaty_left">
michael@0 36 <li>
michael@0 37 When I use an iPhone and an Android phone at the same time, I
michael@0 38 often find that apps from the same company look a lot different on these
michael@0 39 two platforms - the ones on Android usually look much worse.
michael@0 40 When I use an iPhone and an Android phone at the same time, I
michael@0 41 often find that apps from the same company look a lot different on these
michael@0 42 two platforms - the ones on Android usually look much worse.
michael@0 43 When I use an iPhone and an Android phone at the same time, I
michael@0 44 often find that apps from the same company look a lot different on these
michael@0 45 two platforms - the ones on Android usually look much worse.
michael@0 46 When I use an iPhone and an Android phone at the same time, I
michael@0 47 often find that apps from the same company look a lot different on these
michael@0 48 two platforms - the ones on Android usually look much worse.
michael@0 49 When I use an iPhone and an Android phone at the same time, I
michael@0 50 often find that apps from the same company look a lot different on these
michael@0 51 two platforms - the ones on Android usually look much worse.
michael@0 52 When I use an iPhone and an Android phone at the same time, I
michael@0 53 often find that apps from the same company look a lot different on these
michael@0 54 two platforms - the ones on Android usually look much worse.
michael@0 55 When I use an iPhone and an Android phone at the same time, I
michael@0 56 often find that apps from the same company look a lot different on these
michael@0 57 two platforms - the ones on Android usually look much worse.
michael@0 58 When I use an iPhone and an Android phone at the same time, I
michael@0 59 often find that apps from the same company look a lot different on these
michael@0 60 two platforms - the ones on Android usually look much worse.
michael@0 61 </li>
michael@0 62 <div style="height:10000px;"></div>
michael@0 63 <script>
michael@0 64 window.scrollTo(0,0);
michael@0 65 </script>
michael@0 66 </div>
michael@0 67 </body>
michael@0 68 </html>

mercurial