| Index: LayoutTests/paint/invalidation/spv2/fixed-scroll-simple-expected.html
|
| diff --git a/LayoutTests/paint/invalidation/spv2/fixed-scroll-simple-expected.html b/LayoutTests/paint/invalidation/spv2/fixed-scroll-simple-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f761feddc08cd8ce8d3b64f3f663728265eb4cfa
|
| --- /dev/null
|
| +++ b/LayoutTests/paint/invalidation/spv2/fixed-scroll-simple-expected.html
|
| @@ -0,0 +1,16 @@
|
| +<html>
|
| +<head>
|
| + <link rel="stylesheet" href="../../../fast/repaint/resources/default.css">
|
| + <script>
|
| + onload = function()
|
| + {
|
| + window.scrollTo(0, 100);
|
| + }
|
| + </script>
|
| +</head>
|
| +<body style="height:2000px;">
|
| + <!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: Layer fixed position logic needs more basic testing -->
|
| + <!-- You should see no red on this page. -->
|
| + <div style="position: absolute; top: 200px;" class="green"></div>
|
| +</body>
|
| +</html>
|
|
|