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