Sign in
webkit
/
WebKit
/
36168652e4948b4e847a9c1caf1fabcf1810968f
/
.
/
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>