| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-content-distribution-change-grid.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-content-distribution-change-grid.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-content-distribution-change-grid.html
|
| deleted file mode 100644
|
| index b6b3e4130e384e279f6502c42a544058040f42a0..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-content-distribution-change-grid.html
|
| +++ /dev/null
|
| @@ -1,39 +0,0 @@
|
| -<!-- Based on fast/repaint/justify-content-distribution-change-grid.html -->
|
| -<!DOCTYPE HTML>
|
| -<script src="resources/paint-invalidation-test.js"></script>
|
| -<script>
|
| -function paintInvalidationTest() {
|
| - document.getElementById('container').style.justifyContent = 'stretch';
|
| -}
|
| -onload = runPaintInvalidationTest;
|
| -</script>
|
| -<style>
|
| -body {
|
| - margin: 0;
|
| -}
|
| -#container {
|
| - display: grid;
|
| - grid-auto-columns: auto;
|
| - grid-auto-rows: 200px;
|
| - grid-auto-flow: column;
|
| - justify-content: space-around;
|
| - width: 300px;
|
| - height: 200px;
|
| - background-color: red;
|
| -}
|
| -.item {
|
| - background-color: green;
|
| -}
|
| -</style>
|
| -<p style="height: 20px">Tests invalidation on justify-content style change (distribution). Passes if there is no red.</p>
|
| -<div id="container">
|
| - <div class="item">
|
| - <div style="width: 50px"></div>
|
| - </div>
|
| - <div class="item">
|
| - <div style="width: 50px"></div>
|
| - </div>
|
| - <div class="item">
|
| - <div style="width: 50px"></div>
|
| - </div>
|
| -</div>
|
|
|