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-ellipse.html
blob
6c6ca0c0236fe499bbea921a5d28a94e51334b98
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: ellipse(
100
px
75
px at
100
px
100
px);
10
}
11
</style>
12
</head>
13
<body>
14
<div>
15
</body>
16
</html>