Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
css
/
replaced-element-implicit-size.html
blob: 3496c719a6e42f7cfb029e5ab3b92b0c2f929363 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
style
=
"
background-color
:
red
;
position
:
absolute
;
left
:
10px
;
right
:
10px
;
top
:
10px
;
bottom
:
10px
;
"
>
<iframe
style
=
"
border
:
none
;
background-color
:
green
;
width
:
100%
;
height
:
100%
;
"
></iframe>
</div>