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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test an unsized contained block collapses.
2 PASS
3 Test a sized contained block respects its size, not its content's size.
4 PASS
5 Test that the contents of an unsized contained block doesn't effect its parent.
6 PASS
7 PASS
8 Test that the contents of an unsized contained inline-block doesn't change the b aseline 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.
9 PASS
10 PASS
11 Test a sized inline-block uses the proper baseline. Result is 25 instead of 20 d ue to normal inline layout shenanigans.
12 PASS
13 PASS
14 Test that a contained block avoids floats.
15 PASS
16 Test that a contained inline-block avoids floats.
17 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698