| Index: LayoutTests/fast/css/getComputedStyle/computed-style-redistribution.html
|
| diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution.html b/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution.html
|
| index f030356499ff3de8d1e44c152b7e924582ba5cc6..8bfb3e06cbba14f02e8797c34626dfa405840e3c 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution.html
|
| +++ b/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <script src="../../../resources/js-test.js"></script>
|
| <style>
|
| -custom-element { color: red }
|
| +.d1, .d2 { color: red }
|
| </style>
|
| <custom-element>
|
| <div class="d1">A</div>
|
|
|