Index: third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-2-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-2-expected.html b/third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-2-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c81dfbb91da1762fa216bacd78ddaa7c82b997b9 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-2-expected.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<p>crbug.com/568387: Should not ASSERT and should not leave an unnecessary anonymous block around the two inline-blocks.</p> |
+<div style="display:table-row-group;"> |
+ <div></div> |
+ <div id="splitter" style="display:table-row;"></div> |
+ <div style="display:inline-block; width:75px; height:50%; background:blue;"></div> |
+ <div style="display:inline-block; width:75px; height:50%; background:blue;"></div> |
+</div> |