| Index: third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html b/third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html
|
| index 133ac992ade607cd824946e62cd66547ab6674af..ba3f934d3de90d8d51f79145bc2268a2d172b51b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html
|
| @@ -4,7 +4,7 @@
|
| function repaintTest() {
|
| document.getElementById('container').style.justifyItems = 'end safe';
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| body {
|
|
|