| <style type="text/css" media="screen"> |
| outline: 1px solid black; |
| -webkit-transform: rotate(0); |
| <script type="text/javascript" charset="utf-8"> |
| // Scroll on load to test fixed positioning. |
| window.addEventListener('load', function() { |
| <div class="indicator box" style="left: 50px; top: 200px;"></div> |
| <div class="indicator box" style="left: 250px; top: 200px;"></div> |
| <div class="transformed box" style="margin: 150px 50px;"> |
| <div class="fixed box" style="background-color: green; margin-top: 50px;"> |
| <div class="transformed fixed box" style="left: 250px; top: 50px;"> |
| <div class="transformed box" style="margin-top: 50px; background-color: green;"> |
| <p>Tests fixed position elements combined with transforms. You should see no red above.</p> |