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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #ref1::-webkit-meter-bar { background: green }
4 #ref3::-webkit-meter-bar { background: blue }
5 </style>
6 <p>You should see a green, a default styled, and a blue meter below.</p>
7 <div><meter id="ref1"></meter></div>
8 <div><meter></meter></div>
9 <div><meter id="ref3"></meter></div>
OLDNEW
« 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