mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
14 lines
213 B
HTML
14 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>
|