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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
masking
/
clip-path-reference-expected.html
blob
3dbdb5ddd07f3a3ecc79482d696098dc3a545809
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<head>
4
<style>
5
#d {
6
width:
180
px;
7
height:
180
px;
8
border:
1
px solid black;
9
}
10
#clip {
11
width:
32
px;
12
height:
32
px;
13
margin:
74
px;
14
background-color: green;
15
}
16
</style>
17
</head>
18
<body>
19
<svg
height
=
"0"
></svg>
20
<div
id
=
"d"
><div
id
=
"clip"
></div></div>
21
</body>
22
</html>