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