| Index: LayoutTests/fast/repaint/justify-content-position-change.html
|
| diff --git a/LayoutTests/fast/repaint/justify-content-position-change.html b/LayoutTests/fast/repaint/justify-content-position-change.html
|
| index 031a80ce243e46150beea62cd65ef7eb636ad528..82a1993e8021b36e6e8cc279c6c3aa7fe8931855 100644
|
| --- a/LayoutTests/fast/repaint/justify-content-position-change.html
|
| +++ b/LayoutTests/fast/repaint/justify-content-position-change.html
|
| @@ -15,7 +15,7 @@ body {
|
| justify-content: center;
|
| width: 200px;
|
| height: 300px;
|
| - background-color: red;
|
| + background-color: orange;
|
| }
|
| .item {
|
| background-color: green;
|
| @@ -23,7 +23,7 @@ body {
|
| width: 50px;
|
| }
|
| </style>
|
| -<p style="height: 20px">Tests invalidation on justify-content style change. Passes if there is no red.</p>
|
| +<p style="height: 20px">Tests invalidation on justify-content style change. Passes if only one big orange bar appear aligned to the box's right edge.</p>
|
| <div id="container">
|
| <div class="item">
|
| <div style="height: 50px"></div>
|
|
|