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
Bug 1941128 - Turn off network.dns.native_https_query on Mac again
[gecko.git]
/
dom
/
svg
/
test
/
viewport-helper.svg
blob
c553b43a1fb111f15d739f6dfa5d96cc598568a2
1
<?xml
version
=
"1.0"
?>
2
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"750"
3
xmlns:
xlink
=
"http://www.w3.org/1999/xlink"
version
=
"1.1"
>
4
5
<defs>
6
<symbol
id
=
"sym"
>
7
<rect
width
=
"0"
height
=
"0"
id
=
"symbolRect"
/>
8
</symbol>
9
</defs>
10
<svg
id
=
"inner"
>
11
<g
id
=
"g1"
>
12
</g>
13
</svg>
14
<foreignObject>
15
<svg
id
=
"outer"
>
16
<g
id
=
"g2"
>
17
</g>
18
</svg>
19
</foreignObject>
20
<!-- something invalid -->
21
<foreignObject>
22
<g
id
=
"g3"
>
23
</g>
24
</foreignObject>
25
<use
xlink:
href
=
"#sym"
id
=
"use"
/>
26
</svg>