Sign in
webkit
/
WebKit
/
3f78a298b8cb2d7ccc1b4dafb89a4d60eb2fbe8f
/
.
/
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
;
}