summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/floats/float-root.html
blob: 944ae7ad5f46296d1ce65088421e25b79eed40af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPe html>
<link rel="help" href="https://drafts.csswg.org/css2/#propdef-float">
<link rel="match" href="float-root-ref.html">

<style>
:root {
  float: right;
}
</style>

<body>
<p>foo</p>
</body>