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
/
fieldset-mask.html
blob
f0b3dd0db8bfe10f8a7fd36b63c1fa4c1784047f
1
<!doctype
HTML
>
2
<style>
3
.target {
4
-webkit-mask: url(../../animations/resources/stripes-
100
.png);
5
}
6
legend {
7
height:
12
px; width:
50
px;
8
background-color: blue;
9
padding:
0
;
10
}
11
</style>
12
<!-- Should show a blue rect for the legend, that looks dotted due to the striped mask. -->
13
<fieldset
class
=
"target"
>
14
<legend></legend>
15
</fieldset>