| Index: LayoutTests/paint/invalidation/spv2/align-self-change-expected.html
|
| diff --git a/LayoutTests/fast/repaint/align-self-change.html b/LayoutTests/paint/invalidation/spv2/align-self-change-expected.html
|
| similarity index 65%
|
| copy from LayoutTests/fast/repaint/align-self-change.html
|
| copy to LayoutTests/paint/invalidation/spv2/align-self-change-expected.html
|
| index 89af5d3c22f2569f75d8dc94400f00a07a3a7233..e7e9a83f003aeaf649f51c149c6f6271e99eb8b2 100644
|
| --- a/LayoutTests/fast/repaint/align-self-change.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/align-self-change-expected.html
|
| @@ -1,12 +1,4 @@
|
| <!DOCTYPE HTML>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<script>
|
| -function repaintTest() {
|
| - document.getElementsByClassName('item')[0].style.alignSelf = 'stretch';
|
| - document.getElementsByClassName('item')[1].style.alignSelf = 'stretch';
|
| -}
|
| -onload = runRepaintTest;
|
| -</script>
|
| <style>
|
| body {
|
| margin: 0;
|
| @@ -22,6 +14,7 @@ body {
|
| background-color: green;
|
| border: solid thin blue;
|
| width: 100px;
|
| + align-self: stretch;
|
| }
|
| </style>
|
| <p style="height: 20px">Tests invalidation on align-self style change. Passes if there is no red.</p>
|
|
|