Index: LayoutTests/svg/custom/svg-root-padding-top-expected.html |
diff --git a/LayoutTests/svg/custom/svg-root-padding-top-expected.html b/LayoutTests/svg/custom/svg-root-padding-top-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..25dc90403d23c16fca46475b067d20673bd273cd |
--- /dev/null |
+++ b/LayoutTests/svg/custom/svg-root-padding-top-expected.html |
@@ -0,0 +1,20 @@ |
+<!DOCTYPE html> |
+<style> |
+#outer { |
+ width: 300px; |
+ height: 300px; |
+ background-color: blue; |
+ position: relative; |
+} |
+#inner { |
+ width: 100px; |
+ height: 100px; |
+ position: absolute; |
+ left: 100px; |
+ top: 100px; |
+ background-color: green; |
+} |
+</style> |
+<div id=outer> |
+ <div id=inner></div> |
+</div> |