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