Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/WebKit/LayoutTests/fast/css/containment/layout-containment-sizing-expected.txt

Issue 1530303003: Implement Layout Containment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch to Ahem. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698