Sign in
webkit
/
WebKit
/
9a73914e2e268a55beee9b8740dd4c66a53998c0
/
.
/
LayoutTests
/
svg
/
as-image
/
svg-as-relative-image-with-explicit-size.html
blob: 22775801933b8f61a0e2b3d7a70df9a3e0de3131 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
img
,
div
{
background
:
red
;
height
:
100px
;
width
:
100px
;
}
</style>
</head>
<body
style
=
'
margin
:
0px
'
>
<div>
<img
src
=
'resources/green-relative-size-rect.svg'
>
</div>
</body>
</html>