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
/
masks
/
table-cell-masks.html
blob
78ab38542c76791033999708a1138eeca17f19f8
1
<!doctype
HTML
>
2
<style>
3
.target {
4
display: table-cell;
5
-webkit-mask: url(../../animations/resources/stripes-
100
.png);
6
background: blue;
7
width:
200
px; height:
200
px;
8
}
9
</style>
10
<!-- Should show a blue rectangle with stripes in it due to the striped mask. -->
11
<div
class
=
"target"
></div>