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