Index: third_party/WebKit/Source/web/tests/data/rgm_stacked_float_under_inline.html |
diff --git a/third_party/WebKit/Source/web/tests/data/rgm_stacked_float_under_inline.html b/third_party/WebKit/Source/web/tests/data/rgm_stacked_float_under_inline.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c69697cb32dbde4f7dc3b0e8765f75d04e831728 |
--- /dev/null |
+++ b/third_party/WebKit/Source/web/tests/data/rgm_stacked_float_under_inline.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<div id="container" style="position: absolute; top: 50px; left: 60px"> |
+ <span id="span" style="position: relative; top: 100px; left: 200px"> |
+ <div id="float" style="float: left; position: relative; top: 30px; left: 40px"> |
+ <div id="layer-under-float" style="position: relative; top: 20px; left: 10px"></div> |
+ </div> |
+ </span> |
+</div> |