| Index: LayoutTests/paint/invalidation/spv2/justify-self-change-keeping-geometry.html
 | 
| diff --git a/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html b/LayoutTests/paint/invalidation/spv2/justify-self-change-keeping-geometry.html
 | 
| similarity index 76%
 | 
| copy from LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html
 | 
| copy to LayoutTests/paint/invalidation/spv2/justify-self-change-keeping-geometry.html
 | 
| index 99d756281f6400583216ddec9f26b95cec17cab5..f12e2d58fd2a3ef51c612955af27fa562f596607 100644
 | 
| --- a/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html
 | 
| +++ b/LayoutTests/paint/invalidation/spv2/justify-self-change-keeping-geometry.html
 | 
| @@ -1,11 +1,14 @@
 | 
| +<!-- Based on fast/repaint/justify-self-change-keeping-geometry.html -->
 | 
|  <!DOCTYPE HTML>
 | 
| -<script src="resources/text-based-repaint.js"></script>
 | 
| +<script src="resources/paint-invalidation-test.js"></script>
 | 
|  <script>
 | 
| -function repaintTest() {
 | 
| +window.expectedPaintInvalidationObjects = [
 | 
| +];
 | 
| +function paintInvalidationTest() {
 | 
|    document.getElementsByClassName('item1')[0].style.justifySelf = 'left';
 | 
|    document.getElementsByClassName('item2')[0].style.justifySelf = 'right';
 | 
|  }
 | 
| -onload = runRepaintTest;
 | 
| +onload = runPaintInvalidationTest;
 | 
|  </script>
 | 
|  <style>
 | 
|  body {
 | 
| 
 |