| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/margin.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/margin.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/margin.html
|
| deleted file mode 100644
|
| index ba2da24ba0aca2b76133e47e8add581d362eb32f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/margin.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!-- Based on fast/repaint/margin.html -->
|
| -<!DOCTYPE HTML>
|
| -<script src="resources/paint-invalidation-test.js"></script>
|
| -<script>
|
| -function paintInvalidationTest()
|
| -{
|
| - // Margin change will visually move the content of the div.
|
| - // Should repaint the old position and the new position.
|
| - document.getElementById('target').style.margin = '20px';
|
| -}
|
| -window.onload = runPaintInvalidationTest;
|
| -</script>
|
| -<style>
|
| -body {
|
| - margin: 0;
|
| -}
|
| -div {
|
| - width: 100px;
|
| - height: 100px;
|
| - position: absolute;
|
| - background-color: green;
|
| -}
|
| -</style>
|
| -<div id="target"></div>
|
|
|