Index: third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations-expected.html |
deleted file mode 100644 |
index 6c4318caff109ad98d805c69764ab1e66f1c979e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations-expected.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!DOCTYPE html> |
-<style> |
-body { height: 200px; } |
-#container { position: absolute; } |
-p, #inner { height: 20px; } |
-#outer { outline: 2px solid green; } |
-</style> |
-<p> |
- This test is verifying that when the outline is modified on an element |
- that we correctly invalidate any continuations. |
-</p> |
-<p> |
- If this test passes, you should see a green border around the text contents. |
-</p> |
-<div id="container"> |
- <span id="outer"> |
- <div id="inner">CONTENTS</div> |
- </span> |
-</div> |