summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/container-queries/inline-size-bfc-floats-ref.html
blob: ecd72b7516c41c83b6e8d320c9b0b87f9c231781 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<title>CSS Test Reference</title>
<p>You should see the text "no red" to the left of the third float and no red.</p>
<div style="width:400px">
  <div style="float:right;width:200px;height:150px;background:blue"></div>
  <div style="float:left;width:250px;height:100px;background:blue"></div>
  <div style="float:right;width:300px;height:100px;background:blue"></div>
  <div style="height:200px;display:flow-root">No red</div>
</div>