haikuwebkit/LayoutTests/fast/repaint/fixed-scale-expected.html

7 lines
322 B
HTML

<body>
<!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: RenderLayer fixed position logic needs more basic testing -->
<!-- You should see no red on this page. -->
<div style="position: relative; background: green; top: 92px; left: 92px; width: 100px; height: 100px;"></div>
</body>
</html>