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 8bfb3e06cbba14f02e8797c34626dfa405840e3c..f030356499ff3de8d1e44c152b7e924582ba5cc6 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> |
-.d1, .d2 { color: red } |
+custom-element { color: red } |
</style> |
<custom-element> |
<div class="d1">A</div> |