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