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>