Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
LayoutTests
/
fast
/
borders
/
inline-mask-overlay-image.html
blob: 44b8624a1556dcd9f6075a6efdae5a78786231af [
file
] [
log
] [
blame
]
<head>
<style>
.
inlineTest
{
font-size
:
200px
;
background-color
:
maroon
;
-webkit-mask-box-image
:
url
(
resources/mask.png
)
75
75
75
75
;
}
</style>
</head>
<body>
<span
class
=
"inlineTest"
>
This content should be masked with a soft glow.
</span>