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