Sign in
webkit
/
WebKit
/
a231b9c05f00391ba283ff877aa3287c882082d0
/
.
/
LayoutTests
/
svg
/
css
/
max-width-3.html
blob: 75680c273252c1350e98ba2400ec2c8ef2c07e5c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<svg
style
=
"
background-color
:
red
;
max-width
:
500px
;
max-height
:
500px
;
"
width
=
"200"
height
=
"500"
viewbox
=
"0 0 200 500"
>
<rect
x
=
"0"
y
=
"0"
width
=
"200"
height
=
"500"
fill
=
"green"
/>
</svg>