| Index: third_party/WebKit/LayoutTests/fast/repaint/invisible-objects.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects.html b/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects.html
|
| index 8fd3d0c06c3e91c51cafb124bb56e3c0fe8667e5..b3add257410367fd7b4fed2c3a46f12bddef777c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects.html
|
| @@ -9,7 +9,7 @@
|
| }
|
| </script>
|
| </head>
|
| -<body onload="runRepaintTest()">
|
| +<body onload="runRepaintAndPixelTest()">
|
| <div style="visibility: hidden; position: relative;">
|
| <span id="inline">Invisible text</span>
|
| </div>
|
|
|