DescriptionChange shadow style's scope from Shadow Host to Shadow Root
No visible change, test expectation change is expected.
Scope of styles in shadow tree used to be its shadow host
for ease of checking the style against :host etc.
This caused code complexity for checking against boundary
breaking CSS selector rules (e.g. ::content, /deep/).
Changing the scope to its shadow root will simplify some
condition checks.
This is a step towards fixing issue 355674.
BUG=355674
TEST=pass all layout tests
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176304
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : rebase #Patch Set 4 : Fix merge failure #
Messages
Total messages: 15 (0 generated)
|