blob: 117080acd2507a02d61cc2ee9b6b6403856a67f7 [file] [edit]
<!doctype html>
<title>Reference for the content CSS attribute can replace a document's root</title>
<style>
:root {
background-color: aquamarine;
}
body {
margin: 0;
}
</style>
<img src="resources/rect.svg" />