blob: fead0f9d0e1a9299d69173137b9c91e32f3241f9 [file] [log] [blame]
CONSOLE WARNING: line 87: Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details.
Test that :host(selector) can match a shadow host when the host matches the selector: http://crbug.com/313935.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS borderColorOf(getNodeInComposedTree("host")) is "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInComposedTree("host")) is "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInComposedTree("host")) is "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInComposedTree("host")) is "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInComposedTree("host")) is "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInComposedTree("host")) is "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInComposedTree("host")) is "rgb(0, 128, 0)"
PASS successfullyParsed is true
TEST COMPLETE