Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
LayoutTests
/
svg
/
css
/
max-width.html
blob: b8a92e8b47837ed7af316b12ee8f0d626d82ed45 [
file
] [
log
] [
blame
]
<style>
svg
{
max-width
:
100px
;
}
</style>
<svg
version
=
"1.1"
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
width
=
"400px"
height
=
"400px"
viewBox
=
"0 0 400 400"
>
<rect
x
=
"0"
y
=
"0"
width
=
"400"
height
=
"400"
/>
</svg>