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