| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/absolute-position-changed.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/absolute-position-changed.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/absolute-position-changed.html
|
| deleted file mode 100644
|
| index 8b6a5648e2d165dbe96e8061b486bafc98e207c9..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/absolute-position-changed.html
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -<!-- Based on fast/repaint/absolute-position-changed.html -->
|
| -<html>
|
| -<head>
|
| - <link rel="stylesheet" href="../../../fast/repaint/resources/default.css">
|
| - <style>
|
| - ::-webkit-scrollbar {
|
| - width: 0px;
|
| - height: 0px;
|
| - }
|
| - html {
|
| - overflow: scroll;
|
| - }
|
| - </style>
|
| - <script src="resources/paint-invalidation-test.js" type="text/javascript"></script>
|
| - <script type="text/javascript">
|
| - window.onload = function() {
|
| - window.scrollTo(0, 500);
|
| - runPaintInvalidationTest();
|
| - };
|
| -
|
| - function paintInvalidationTest()
|
| - {
|
| - document.getElementById('absoluteDiv').style.top = '700px';
|
| - }
|
| - </script>
|
| -</head>
|
| -<body style="height:2000px;">
|
| - <!-- You should see 1 green rectangle in the output and no red. -->
|
| - <div style="top: 200px; left: 100px;" class="fixed red"></div>
|
| - <div id="absoluteDiv" style="top: 500px; left:100px;" class="absolute green"></div>
|
| -</body>
|
| -</html>
|
|
|