Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / css / max-height.html
blob0809788031f25c6721fde6c696566b98c252d531
1 <style>
2 svg { max-height: 100px; }
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>