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