Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
b23bfe44916eca6ef0411123d66109eecdc98e83
/
.
/
PerformanceTests
/
Layout
/
resources
/
floats.css
blob: a0934266a622e34dbb05c945f6ecbd1caee04ad6 [
file
]
.
container
{
display
:
none
;
}
.
float
{
float
:
left
;
width
:
5px
;
height
:
5px
;
border
:
1px
solid green
;
}
.
big
{
width
:
10px
;
}
.
float-end
{
clear
:
left
;
}