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-restore-expected.html
blob
076cdc82901cb03ef96986df80e7ef0840e89a5b
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<head>
4
<style>
5
body {
6
margin:
0
;
7
}
8
div {
9
width:
200
px;
10
height:
200
px;
11
background-color: green;
12
border-radius:
100
px;
13
}
14
</style>
15
</head>
16
<body>
17
<div></div>
18
<div></div>
19
</body>
20
</html>