[CSS container Queries] Include container queries in RuleSets
[webkit.git] / LayoutTests / imported / w3c / web-platform-tests / css / css-contain / contain-inline-size-bfc-floats-002-expected.html
bloba7d4bc759aaee0a6ddf6a02c10033c34b6b06417
1 <!doctype html>
2 <title>CSS Test Reference</title>
3 <p>You should see a wide orange rectangle to the left of the first float, overlapping the float.</p>
4 <div style="width:400px;position:relative">
5 <div style="float:right;width:200px;height:100px;background:blue"></div>
6 <div style="float:left;width:250px;height:100px;background:blue"></div>
7 <div style="float:right;width:300px;height:100px;background:blue"></div>
8 <div style="position:absolute;left:0;top:0;width:300px;height:20px;background-color:orange"></div>
9 </div>