Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
backgrounds
/
svg-as-mask.html
blob: c9f943aadaf9787cbe69bfe3b72a54bd35d5b4d4 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
div
{
background
:
lime
;
-webkit-mask-repeat
:
no-repeat
;
-webkit-mask-image
:
url
(
resources/linguistics.svg
);
height
:
600px
;
width
:
800px
;
}
</style>
</head>
<body
style
=
'
margin
:
0px
'
>
<div>
</div>
</body>
</html>