Sign in
webkit
/
WebKit
/
987c9c4fb060cfd3a6fd05efa8323fb27085d2f0
/
.
/
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>