| Index: third_party/WebKit/LayoutTests/fast/repaint/invalidation-after-opacity-change-subtree.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invalidation-after-opacity-change-subtree.html b/third_party/WebKit/LayoutTests/fast/repaint/invalidation-after-opacity-change-subtree.html
|
| deleted file mode 100644
|
| index cb19e4410fe769b1b322e22c59719bdfdc04ac42..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/invalidation-after-opacity-change-subtree.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<!doctype html>
|
| -<style>
|
| -#container {
|
| - opacity: 0;
|
| - font: 10px/1 Ahem;
|
| -}
|
| -
|
| -#absolute {
|
| - position: absolute;
|
| - top: 2000px;
|
| - font: 50px/1 Sherif;
|
| -}
|
| -</style>
|
| -<div id="container">
|
| - <div id="absolute">
|
| - <p>This test checks that switching opacity invalidates the full subtree.</p>
|
| - <p>This text should be visible in the output.</p>
|
| - </div>
|
| -</div>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<script>
|
| -
|
| -function repaintTest() {
|
| - window.scrollTo(0, 2000);
|
| - container.style.opacity = "1";
|
| -};
|
| -runRepaintAndPixelTest();
|
| -</script>
|
|
|