Index: third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height-expected.html b/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..463eefa374d63836d728a502103c79bbf170e83b |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height-expected.html |
@@ -0,0 +1,5 @@ |
+<!DOCTYPE html> |
+<p>Below there should be a blue square snapped to the blue line above it.</p> |
+<div style="width:300px; border-top:1px solid blue;"> |
+ <div style="margin-left:100px; width:80px; height:80px; background:blue;"></div> |
+</div> |