| Index: third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html b/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
|
| index 0cb0c08be111b11daa4d7fb393cea73f4fbf0539..76cc49035cda2a08df401d5040f00956eb21981b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
|
| @@ -5,7 +5,7 @@ function repaintTest() {
|
| document.getElementsByClassName('item1')[0].style.alignSelf = 'end safe';
|
| document.getElementsByClassName('item2')[0].style.alignSelf = 'end safe';
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| body {
|
|
|