| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-change-keeping-geometry.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-change-keeping-geometry.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-change-keeping-geometry.html
|
| deleted file mode 100644
|
| index d421d643bcb1f36ef7af83edc70bcb5692f235e1..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-change-keeping-geometry.html
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -<!-- Based on fast/repaint/align-self-change-keeping-geometry.html -->
|
| -<!DOCTYPE HTML>
|
| -<script src="resources/paint-invalidation-test.js"></script>
|
| -<script>
|
| -function paintInvalidationTest() {
|
| - document.getElementsByClassName('item')[0].style.alignSelf = 'stretch';
|
| - document.getElementsByClassName('item')[1].style.alignSelf = 'stretch';
|
| -}
|
| -onload = runPaintInvalidationTest;
|
| -</script>
|
| -<style>
|
| -.flex {
|
| - display: flex;
|
| - align-items: flex-start;
|
| - width: 200px;
|
| - height: 300px;
|
| - background-color: red;
|
| -}
|
| -.item {
|
| - background-color: green;
|
| - border: solid thin blue;
|
| - width: 100px;
|
| - height: 300px;
|
| -}
|
| -</style>
|
| -<p style="height: 20px">There should be no invalidations because align-self style change causes no visual change.</p>
|
| -<div class="flex">
|
| - <div class="item"></div>
|
| - <div class="item"></div>
|
| -</div>
|
|
|