| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/set-text-content-same.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/set-text-content-same.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/set-text-content-same.html
|
| deleted file mode 100644
|
| index e86615ab4cb2a0d078419fba9bdcc4bc10c277e7..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/set-text-content-same.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<!-- Based on fast/repaint/set-text-content-same.html -->
|
| -<!DOCTYPE html>
|
| -<body onload="runPaintInvalidationTest();">
|
| -<pre id="target">PASS if does not repaint.</pre>
|
| -<script src="resources/paint-invalidation-test.js" type="text/javascript"></script>
|
| -<script type="text/javascript">
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| - function paintInvalidationTest()
|
| - {
|
| - target.textContent = "PASS if does not repaint.";
|
| - }
|
| -</script>
|
|
|