Index: third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.html |
deleted file mode 100644 |
index 8ea2a93c9e9ed88b3c026788ca7aa0f3dd491077..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.html |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-<!DOCTYPE html> |
-<div style="visibility: hidden; opacity: 0.9; width: 600px;"> |
- <div style="float:right"> |
- <div style="float:left; width: 300px"> |
- <div> |
- <div style="opacity: 0.9; visibility: visible; background-color: green; width: 100px; height: 100px;"> </div> |
- </div> |
- </div> |
- </div> |
-</div> |