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

Unified Diff: LayoutTests/fast/dom/shadow/custom-pseudo-scope-expected.html

Issue 843773002: Only match style from element's TreeScope for normal rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed custom pseudo and ::cue regressions Created 5 years, 11 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
« no previous file with comments | « LayoutTests/fast/dom/shadow/custom-pseudo-scope.html ('k') | Source/core/css/ElementRuleCollector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/custom-pseudo-scope-expected.html
diff --git a/LayoutTests/fast/dom/shadow/custom-pseudo-scope-expected.html b/LayoutTests/fast/dom/shadow/custom-pseudo-scope-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..8fbdd36134e7e7beb8f1f0afacf2e909842defe5
--- /dev/null
+++ b/LayoutTests/fast/dom/shadow/custom-pseudo-scope-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<style>
+#ref1::-webkit-meter-bar { background: green }
+#ref3::-webkit-meter-bar { background: blue }
+</style>
+<p>You should see a green, a default styled, and a blue meter below.</p>
+<div><meter id="ref1"></meter></div>
+<div><meter></meter></div>
+<div><meter id="ref3"></meter></div>
« no previous file with comments | « LayoutTests/fast/dom/shadow/custom-pseudo-scope.html ('k') | Source/core/css/ElementRuleCollector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698