Sign in
webkit
/
WebKit
/
a6aa7bb4e3d09c2e002a8f012ac5b86c5e4776f4
/
.
/
LayoutTests
/
svg
/
as-image
/
svg-as-relative-image.html
blob: 219ede4ae47a337a48bd3ec6f98b7df2500fc6d7 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
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>