| Index: third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex.html b/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex.html
|
| index 15a65a9f8c9787eaf793981d666358a3c1459b56..7c52e815f53502e42e05f28f708e41eb1c776b08 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex.html
|
| @@ -4,7 +4,7 @@
|
| function repaintTest() {
|
| document.getElementById('inline-block-1').style.display = 'none';
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| body {
|
|
|