5 <title>Position fixed with transform
</title>
6 <style type=
"text/css" media=
"screen">
19 background-color: red;
26 background-color: green;
27 transform: translateZ(
0);
36 <script type=
"text/javascript" charset=
"utf-8">
37 window.addEventListener('load', function() {
38 window.scrollBy(
50,
50);
41 <script src=
"../resources/mock_scrollbars.js"></script>
45 <p>You should see a single green square, with no red.
</p>