Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
overflow
/
infiniteRecursionGuard.html
blob: 418be976c0132c7cc24eeaff9af1a2e8c19cddf9 [
file
] [
log
] [
blame
]
<style>
body
{
line-height
:
121%
}
div
{
float
:
left
;
overflow
:
auto
}
div label
{
float
:
left
;
font-size
:
104%
}
</style>
<div>
<label>
foo
</label>
<span>
bar
</span>
</div>