| Index: third_party/WebKit/LayoutTests/fast/repaint/absolute-position-and-opacity-changed.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-and-opacity-changed.html b/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-and-opacity-changed.html
|
| deleted file mode 100644
|
| index 4939bdd613263d9446e7437e2e179ab82bf05d9f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-and-opacity-changed.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!doctype html>
|
| -<style>
|
| -div {
|
| - width: 50px;
|
| - height: 50px;
|
| - position: absolute;
|
| - top: 30px;
|
| -}
|
| -</style>
|
| -There should be a single green square below.
|
| -<div style="background: red"></div>
|
| -<div style="background: green; top: 80px; opacity: 0.5" id="target"></div>
|
| -<script>
|
| -var target = document.getElementById('target');
|
| -target.offsetTop;
|
| -target.style.opacity = 0.9;
|
| -target.style.top = '30px';
|
| -</script>
|
|
|