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