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

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

Issue 1803933002: Use correct cascading order for Shadow DOM v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix enum Created 4 years, 9 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: 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>

Powered by Google App Engine
This is Rietveld 408576698