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
/
svg
/
clip-path
/
clip-path-prefixed-vs-not.html
blob
d6cdf7c362194ddc2c424f0833d66752247cab9e
1
<!DOCTYPE
html
>
2
<style>
3
#r {
4
-webkit-clip-path: circle(
50
%);
5
clip-path: url(#c);
6
}
7
</style>
8
<svg
width
=
"200"
height
=
"200"
>
9
<clipPath
id
=
"c"
>
10
<rect
width
=
"100"
height
=
"100"
/>
11
</clipPath>
12
<rect
id
=
"r"
width
=
"200"
height
=
"200"
fill
=
"green"
/>
13
</svg>