repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out changeset 57d71ba078d7 (bug 1932390) for causing wpt failures @ failures_A...
[gecko.git]
/
layout
/
reftests
/
svg
/
background-ref.html
blob
c4fd9d9bfd7f9e59af5832e916a4d16460ecb715
1
<!doctype
html
>
2
<meta
charset=utf-
8
>
3
<style>
4
div {
5
position: relative;
6
}
7
svg {
8
display: block;
9
margin: auto;
10
}
11
</style>
12
<body>
13
<div>
14
<svg
xmlns='http://www.w3.org/
2000
/svg' width='
100
px' height='
200
px'
15
viewport='
0 0 100 200
'
>
16
<rect
x='
0
' y='
100
' width='
100
' height='
100
' fill='purple'
>
17
</rect>
18
</svg>
19
</div>
20
</body>