Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-values
/
attr-in-slotted-ref.html
blob: 401641606ace63080f8fa9bea03bc01ba9a16bab [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<title>
CSS Values Test: attr() in pseudo element ::slotted
</title>
<div
class
=
host
>
<template
shadowrootmode
=
open
>
<style>
::
slotted
(
div
)
{
color
:
green
;
}
</style>
<slot></slot>
</template>
<div>
PASS if green
</div>
</div>