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
/
paint
/
overflow
/
background-mask-should-be-recorded-full-expected.html
blob
a1f62279f3aab4fc338a251ec6e21e257fadd7e7
1
<!DOCTYPE
html
>
2
<style>
3
body {
4
margin:
0
;
5
}
6
7
#big-black-box {
8
position: absolute;
9
background-color: black;
10
-webkit-background-clip: text;
11
width:
100
%;
12
bottom:
0
;
13
}
14
15
#mask {
16
color: transparent;
17
}
18
</style>
19
<div
id
=
"big-black-box"
>
20
<span
id
=
"mask"
>
Background mask
</span>
21
</div>