Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
svg
/
css
/
max-height.html
blob: 0809788031f25c6721fde6c696566b98c252d531 [
file
] [
log
] [
blame
]
<style>
svg
{
max-height
:
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>