Index: LayoutTests/fast/block/float/add-inlines-in-block-children-block-expected.html |
diff --git a/LayoutTests/fast/block/float/add-inlines-in-block-children-block-expected.html b/LayoutTests/fast/block/float/add-inlines-in-block-children-block-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..84b8dbb6f5be16e3d0600add7ce818f71e7bd438 |
--- /dev/null |
+++ b/LayoutTests/fast/block/float/add-inlines-in-block-children-block-expected.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<style> |
+#a { |
+ width:40px; |
+ height:40px; |
+ background: blue; |
+} |
+</style> |
+<p>There should be a blue <em>square</em> below.</p> |
+<div id="a"> |
mstensho (USE GERRIT)
2015/08/26 19:44:15
Needs moar terminator.
|