Index: third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.html |
deleted file mode 100644 |
index b8b46e652a3da6d0f6e2d2d03487203a2598ca05..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.html |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-<!DOCTYPE HTML> |
-<style> |
-body { |
- margin: 0; |
-} |
-.other { |
- width: 20px; |
- height: 20px; |
- background-color: blue; |
- display: inline-block; |
-} |
-#target { |
- width: 100px; |
- height: 100px; |
- background-color: green; |
- display: inline-block; |
- vertical-align: middle; |
-} |
-</style> |
-<div class="other"></div><div id="target"></div><div class="other"></div> |