Sign in
chromium
/
external
/
WebKit_LayoutTests
/
9ce859ebe492dfcbc71bf3c908fe8abfe8e18ce9
/
.
/
svg
/
as-background-image
/
svg-as-background-6.html
blob: 926005df5ad451c6dc8fb4571d9e8520d0e6d6c6 [
file
]
<html>
<head>
<style>
div
{
background
:
red
;
background-repeat
:
no-repeat
;
background-image
:
url
(
resources/linguistics.svg
);
height
:
600px
;
width
:
800px
;
}
</style>
</head>
<body
style
=
'
margin
:
0px
'
>
<div>
</div>
</body>
</html>