Index: third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.html |
deleted file mode 100644 |
index 37cb227493fea5aae67039a87fc5921a5442841b..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.html |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-<!DOCTYPE HTML> |
-<style> |
-body { |
- margin: 0; |
-} |
-#container { |
- display: flex; |
- justify-content: space-between; |
- width: 200px; |
- height: 300px; |
- background-color: orange; |
-} |
-.item { |
- background-color: green; |
- border: solid thin blue; |
- width: 50px; |
-} |
-</style> |
-<p style="height: 20px">Tests invalidation on justify-content style change. Passes if only one big orange bar appear in the middle of the box.</p> |
-<div id="container"> |
- <div class="item"> |
- <div style="height: 50px"></div> |
- </div> |
- <div class="item"> |
- <div style="height: 50px"></div> |
- </div> |
-</div> |