Index: third_party/WebKit/LayoutTests/svg/in-html/inside-inline-block-expected.html |
diff --git a/third_party/WebKit/LayoutTests/svg/in-html/inside-inline-block-expected.html b/third_party/WebKit/LayoutTests/svg/in-html/inside-inline-block-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..317d5fc4db7579b65f0de4e811d695e1278471e1 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/in-html/inside-inline-block-expected.html |
@@ -0,0 +1,24 @@ |
+<!DOCTYPE html> |
+<title>SVG inside inline block</title> |
+<style> |
+ body { margin: 0 } |
+ div { |
+ width: 100px; |
+ background: green; |
+ position: absolute; |
+ top: 0; |
+ left: 0 |
+ } |
+ .cover1 { |
+ top: 0; |
+ left: 0; |
+ height: 150px |
+ } |
+ .cover2 { |
+ top: 50px; |
+ left: 100px; |
+ height: 100px |
+ } |
+</style> |
+<div class="cover1"></div> |
+<div class="cover2"></div> |