Sign in
webkit
/
WebKit
/
47b8206e2462d5a862fef65e142ae8764bd9b9e5
/
.
/
LayoutTests
/
fast
/
selectors
/
scope-works-as-root.html
blob: 166aafd0e3f00082ca3d94cf0cf09b16756a3a83 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
/* :scope works as :root in stylesheet. */
:
scope
{
background-color
:
green
}
</style>
</head>
<body>
<p>
The background of the document should be green
</p>
</body>
</html>