repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
css
/
max-width.html
blob
b8a92e8b47837ed7af316b12ee8f0d626d82ed45
1
<style>
2
svg { max-width:
100
px; }
3
</style>
4
<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"
>
5
<rect
x
=
"0"
y
=
"0"
width
=
"400"
height
=
"400"
/>
6
</svg>