Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-redistribution.html

Issue 1298173004: Implement proposed shadow tree cascade order. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed expected results and added another TODO. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698