Sign in
webkit
/
WebKit
/
4c3a200792fe75f98ace490134d70f3486493f22
/
.
/
LayoutTests
/
svg
/
css
/
max-width-2-expected.html
blob: 603b8c929f583a27696da5a50a96ec1e1b05af7a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
style
=
"
outline
:
dashed lightblue
;
height
:
300px
;
width
:
400px
;
"
>
<svg
style
=
"
background-color
:
yellow
;
"
width
=
"400"
height
=
"133.33"
viewBox
=
"0 0 900 300"
>
<rect
x
=
"0"
y
=
"0"
width
=
"900"
height
=
"300"
/>
</svg>
</div>