repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
borders
/
inline-mask-overlay-image.html
blob
44b8624a1556dcd9f6075a6efdae5a78786231af
1
<head>
2
<style>
3
.inlineTest {
4
font-size:
200
px;
5
background-color:maroon;
6
-webkit-mask-box-image: url(resources/mask.png)
75 75 75 75
;
7
}
8
</style>
9
</head>
10
<body>
11
<span
class
=
"inlineTest"
>
This content should be masked with a soft glow.
</span>