Sign in
webkit
/
WebKit
/
2b71a063dee544906d04b3c4fb19abae128a0dfd
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
mask-image-accept.html
blob: 6215c783e8d83f071359ee5d9badd656dbcfeef7 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
#
test
{
-webkit-mask-image
:
url
(
resources/image-checks-for-accept.php
);
width
:
100px
;
height
:
100px
;
background-color
:
green
;}
</style>
</head>
<body>
<div
id
=
"test"
></div>
</body>
</html>