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