1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
7 <title>Position fixed
</title>
8 <script src=
"../resources/mock_scrollbars.js"></script>
9 <style type=
"text/css" media=
"screen">
24 opacity:
0.8; /* makes this a compositing layer without assigning a transform */
25 background-color: orange;
31 background-color: green;
35 transform: translateZ(
0);
44 <script type=
"text/javascript" charset=
"utf-8">
45 window.addEventListener('load', function() {
46 window.scrollBy(
50,
50);
52 <p>You should see a green square in the top left corner of an orange box.
</p>
54 <div class=
"compositing box">