| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/scroll-fixed-layer-with-transformed-parent-layer-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/scroll-fixed-layer-with-transformed-parent-layer-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/scroll-fixed-layer-with-transformed-parent-layer-expected.html
|
| deleted file mode 100644
|
| index 6a108b910859c04eff5d296160bc2f90303cf8eb..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/scroll-fixed-layer-with-transformed-parent-layer-expected.html
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <link rel="stylesheet" href="../../../fast/repaint/resources/default.css"></style>
|
| -</head>
|
| -<body style="height:2000px;">
|
| - <!-- You should see 1 green rectangle rotated in the output and no red. -->
|
| - <div class="rotated">
|
| - <div id="moveMe" style="top: 100px; left: 250px;" class="fixed clipped">
|
| - <div class="absolute green" style="top: 250px; left: 150px;"></div>
|
| - </div>
|
| - </div>
|
| - <script>
|
| - window.scrollTo(100, 180);
|
| - var moveMeElement = document.getElementById('moveMe');
|
| - moveMeElement.scrollTop = 250;
|
| - moveMeElement.scrollLeft = 150;
|
| - </script>
|
| -</body>
|
| -</html>
|
|
|