Index: third_party/WebKit/LayoutTests/fast/repaint/align-content-position-change-grid-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-content-position-change-grid-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/align-content-position-change-grid-expected.html |
deleted file mode 100644 |
index a4aec8de47d9124d09c50c1292473feb6115e0cb..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/align-content-position-change-grid-expected.html |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-<!DOCTYPE HTML> |
-<style> |
-body { |
- margin: 0; |
-} |
-#container { |
- display: grid; |
- grid-auto-columns: 200px; |
- grid-auto-rows: auto; |
- grid-auto-flow: row; |
- align-content: end; |
- width: 200px; |
- height: 300px; |
- background-color: orange; |
-} |
-.item { |
- background-color: green; |
-} |
-</style> |
-<p style="height: 20px">Tests invalidation on align-content style change (position). Passes if the orange half is on the top.</p> |
-<div id="container"> |
- <div class="item"> |
- <div style="height: 50px"></div> |
- </div> |
- <div class="item"> |
- <div style="height: 50px"></div> |
- </div> |
- <div class="item"> |
- <div style="height: 50px"></div> |
- </div> |
-</div> |