Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
css
/
line-height-overflow.html
blob: ca8b8cf247030c67aab2c63100e04a8c85293ca9 [
file
] [
log
] [
blame
]
You should see a large green block below that is 32,768px tall. No red should be visible.
<br>
<div
style
=
"
height
:
32768px
;
background-color
:
red
"
>
<iframe
style
=
"
height
:
32768px
;
width
:
100%
;
background-color
:
green
;
border
:
none
"
></iframe>
</div>