Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>