Index: third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree.html b/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree.html |
deleted file mode 100644 |
index 1bd6c0770effe9bf3f65418d995dbe2abbcdb85c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<!DOCTYPE html> |
-<script src="resources/text-based-repaint.js"></script> |
-<script> |
- function repaintTest() |
- { |
- document.getElementById('node').remove(); |
- } |
- onload = runRepaintAndPixelTest; |
-</script> |
- |
-<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 id='node' style="float:left; width: 300px;"> </div> |
- </div> |
-</div> |