Index: third_party/WebKit/LayoutTests/fast/css/containment/layout-containment-sizing-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/containment/layout-containment-sizing-expected.txt b/third_party/WebKit/LayoutTests/fast/css/containment/layout-containment-sizing-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..108e208e95e7229596a117fcde44fef80643005e |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css/containment/layout-containment-sizing-expected.txt |
@@ -0,0 +1,17 @@ |
+Test an unsized contained block collapses. |
+PASS |
+Test a sized contained block respects its size, not its content's size. |
+PASS |
+Test that the contents of an unsized contained block doesn't effect its parent. |
+PASS |
+PASS |
+Test that the contents of an unsized contained inline-block doesn't change the baseline of its parent. Having an inline-block (or other replaced content), even if it's empty, creates a line, hence we get a line-height worth of height. |
+PASS |
+PASS |
+Test a sized inline-block uses the proper baseline. Result is 25 instead of 20 due to normal inline layout shenanigans. |
+PASS |
+PASS |
+Test that a contained block avoids floats. |
+PASS |
+Test that a contained inline-block avoids floats. |
+PASS |