| Index: third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid.html b/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid.html | 
| deleted file mode 100644 | 
| index 88701e365811a37386250b6c8088848736cc510c..0000000000000000000000000000000000000000 | 
| --- a/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid.html | 
| +++ /dev/null | 
| @@ -1,38 +0,0 @@ | 
| -<!DOCTYPE HTML> | 
| -<script src="resources/text-based-repaint.js"></script> | 
| -<script> | 
| -function repaintTest() { | 
| -  document.getElementById('container').style.alignContent = 'stretch'; | 
| -} | 
| -onload = runRepaintAndPixelTest; | 
| -</script> | 
| -<style> | 
| -body { | 
| -  margin: 0; | 
| -} | 
| -#container { | 
| -  display: grid; | 
| -  grid-auto-columns: 200px; | 
| -  grid-auto-rows: auto; | 
| -  grid-auto-flow: row; | 
| -  align-content: space-around; | 
| -  width: 200px; | 
| -  height: 300px; | 
| -  background-color: red; | 
| -} | 
| -.item { | 
| -  background-color: green; | 
| -} | 
| -</style> | 
| -<p style="height: 20px">Tests invalidation on align-content style change (distribution). Passes if there is no red.</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> | 
|  |