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-circle-overflow.html
blob
ab0264c88b9f9f9c920d1e120451d915a14b7e1e
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
border:
20
px solid black;
10
-webkit-clip-path: circle(
130
px at
130
px
130
px);
11
}
12
</style>
13
</head>
14
<body>
15
<div><div>
16
</body>
17
</html>