Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
svg
/
custom
/
symbol-zoom-expected.html
blob: a49c7487f5ae0d107fe2349145fbda912681bde8 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
zoom
:
2
;
}
</style>
</head>
<body>
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"300"
height
=
"300"
>
<rect
x
=
"0"
y
=
"0"
width
=
"100"
height
=
"100"
fill
=
"green"
/>
</svg>
</body>
</html>