Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-root-padding-top.html
blob37a2e1d531f431e3b1215c00d4b4f5a71e74da91
1 <!DOCTYPE html>
2 <style>
3 svg {
4 background-color: blue;
5 padding-top: 100px;
7 </style>
8 <svg width="300" height="200">
9 <rect x="100" width="100" height="100" fill="green"/>
10 </svg>