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-userSpaceOnUse-expected.html
blob
3a98e48be2f1eb72a657f5d3e795334f25a8cc13
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<head>
4
<style>
5
* {padding:
0
; margin:
0
}
6
#d {
7
width:
180
px;
8
height:
180
px;
9
border:
1
px solid black;
10
background-color: red;
11
margin-top:
104
px;
12
}
13
#clip-ref {
14
width:
32
px;
15
height:
32
px;
16
margin:
74
px;
17
background-color: green;
18
}
19
</style>
20
</head>
21
<body>
22
<div
id
=
"d"
><div
id
=
"clip-ref"
></div></div>
23
</body>
24
</html>