| Index: LayoutTests/fast/css/invalidation/detach-reattach-shadow.html
|
| diff --git a/LayoutTests/fast/css/invalidation/detach-reattach-shadow.html b/LayoutTests/fast/css/invalidation/detach-reattach-shadow.html
|
| index d23418455846952685f2a8cff33acfcba66f8119..f02ce08ee9cb75d99f466aeacfe9f852336f4a84 100644
|
| --- a/LayoutTests/fast/css/invalidation/detach-reattach-shadow.html
|
| +++ b/LayoutTests/fast/css/invalidation/detach-reattach-shadow.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <script src="../../../resources/js-test.js"></script>
|
| <style>
|
| - body /shadow-deep/ .a { width: 100px; height: 100px; background-color: green; }
|
| + body /deep/ .a { width: 100px; height: 100px; background-color: green; }
|
| </style>
|
| <script>
|
| var inner;
|
|
|