Chromium Code Reviews| Index: LayoutTests/svg/custom/svg-root-padding-left.html |
| diff --git a/LayoutTests/svg/custom/svg-root-padding-left.html b/LayoutTests/svg/custom/svg-root-padding-left.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e709ef9988222d64549d76106e1fc87b53b026c7 |
| --- /dev/null |
| +++ b/LayoutTests/svg/custom/svg-root-padding-left.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +svg { |
| + background-color: blue; |
| + padding-left: 100px; |
| +} |
| +</style> |
| +<svg width="200" height="300"> |
| + <rect y="100" width="100" height="100" fill="green"/> |
| +</svg> |