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
/
css3
/
masking
/
clip-path-polygon-nonzero.html
blob
aa1a4e8718906cdbec04d3a81648bb3c5b06b150
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<head>
4
<style>
5
div {
6
width:
200
px;
7
height:
200
px;
8
background-color: green;
9
-webkit-clip-path: polygon(nonzero,
10
px
75
px,
180
px
180
px,
100
px
10
px,
10
px
180
px,
180
px
75
px,
10
px
75
px);
10
}
11
</style>
12
</head>
13
<body>
14
<div>
15
</body>
16
</html>