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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
masking
/
clip-path-polygon-evenodd.html
blob
2736bd0800eb51a4154866c9cff0ab19af702dd5
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<head>
4
<style>
5
div {
6
width:
200
px;
7
height:
200
px;
8
9
background-color: green;
10
-webkit-clip-path: polygon(evenodd,
10
px
75
px,
180
px
180
px,
100
px
10
px,
10
px
180
px,
180
px
75
px,
10
px
75
px);
11
}
12
</style>
13
</head>
14
<body>
15
<div>
16
</body>
17
</html>