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