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
/
svg
/
custom
/
symbol-zoom-expected.html
blob
a49c7487f5ae0d107fe2349145fbda912681bde8
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
body {
6
zoom:
2
;
7
}
8
</style>
9
</head>
10
<body>
11
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"300"
height
=
"300"
>
12
<rect
x
=
"0"
y
=
"0"
width
=
"100"
height
=
"100"
fill
=
"green"
/>
13
</svg>
14
</body>
15
</html>