5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
6 <title>Position fixed with transform clipping
</title>
8 <style type=
"text/css" media=
"screen">
17 border:
2px solid black;
24 background-color: green;
25 transform: translate(
0,
0);
32 <script type=
"text/javascript" charset=
"utf-8">
33 window.addEventListener('load', function() {
34 window.scrollBy(
0,
25);
40 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=29346">https://bugs.webkit.org/show_bug.cgi?id=
29346</a><br>
41 Green box should fill the black border.
</p>
42 <div class=
"container">