Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html |
| diff --git a/third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html b/third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html |
| index fc9f8dfbdfadabe2265741af97151dabffda00cf..393a48fb97e904bc26d2c6bf8c61250954d57d67 100644 |
| --- a/third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html |
| +++ b/third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text.html |
| @@ -26,7 +26,8 @@ |
| </script> |
| </head> |
| <body> |
| - <div id="caption" style="position: fixed; background: green;">Caption</div> |
| + <div id="caption" style="position: fixed; background: green;"> |
| + <span class="inner">Caption</span></div> |
|
chrishtr
2016/12/01 16:13:37
My CL actually fixes this test, as it was previous
|
| <pre id="layertree"></pre> |
| </body> |
| </html> |