servo/tests/wpt/web-platform-tests/css/CSS2/floats/float-root.html

13 lines
213 B
HTML

<!DOCTYPe html>
<link rel="help" href="https://w3c.github.io/csswg-drafts/css2/#propdef-float">
<link rel="match" href="float-root-ref.html">
<style>
:root {
float: right;
}
</style>
<body>
<p>foo</p>
</body>