summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/positioning/abspos-float-with-inline-container-ref.html
blob: 3bf67ed4a9413af7d3cf068d994dac6b6ef4a9c2 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
div {
  width: 100px;
  height: 100px;
  background: green;
}
</style>
<p>Test passes if there is green square.</p>
<div></div>