| Index: LayoutTests/paint/invalidation/spv2/align-content-change-no-flex.html
|
| diff --git a/LayoutTests/fast/repaint/align-content-change-no-flex.html b/LayoutTests/paint/invalidation/spv2/align-content-change-no-flex.html
|
| similarity index 67%
|
| copy from LayoutTests/fast/repaint/align-content-change-no-flex.html
|
| copy to LayoutTests/paint/invalidation/spv2/align-content-change-no-flex.html
|
| index 99399923920befef5f19e5c385e77bc1f5ba42b1..b7a1ce37b72244d546ca9441f80e34057a8621f4 100644
|
| --- a/LayoutTests/fast/repaint/align-content-change-no-flex.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/align-content-change-no-flex.html
|
| @@ -1,10 +1,13 @@
|
| +<!-- Based on fast/repaint/align-content-change-no-flex.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.getElementById('container').style.alignContent = 'flex-end';
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runPaintInvalidationTest;
|
| </script>
|
| <style>
|
| .container {
|
|
|