| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/negative-text-indent-with-overflow-hidden.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/negative-text-indent-with-overflow-hidden.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/negative-text-indent-with-overflow-hidden.html
|
| deleted file mode 100644
|
| index f9513874128ccac9129c8dcd3be1ecc87dd9557f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/negative-text-indent-with-overflow-hidden.html
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -<!-- Based on fast/repaint/negative-text-indent-with-overflow-hidden.html -->
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <head>
|
| - <style>
|
| - .container {
|
| - position: absolute;
|
| - left: 550px;
|
| - height: 200px;
|
| - width: 200px;
|
| - background-color: silver;
|
| - }
|
| - #target {
|
| - text-indent: -300px;
|
| - width: 200px;
|
| - height: 50px;
|
| - overflow: hidden;
|
| - background-color: green;
|
| - }
|
| -
|
| - #target.changed, #target:hover {
|
| - background-color: blue;
|
| - }
|
| - </style>
|
| - <script src="resources/paint-invalidation-test.js"></script>
|
| - <script>
|
| - function paintInvalidationTest() {
|
| - document.getElementById('target').classList.add('changed');
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="runPaintInvalidationTest();">
|
| - <div class="container">
|
| - <div id="target">Hidden Text</div>
|
| - </div>
|
| -</body>
|
| -</html>
|
|
|