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

Unified Diff: LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt

Issue 1295933003: Add overflow:auto scrollbars to child flex basis. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add entries to SlowTests Created 5 years, 3 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
« no previous file with comments | « LayoutTests/css3/flexbox/overflow-auto-resizes-correctly.html ('k') | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt
diff --git a/LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt b/LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..61d18f73fd79ee99b1049c04d57d63ea8728ecc9
--- /dev/null
+++ b/LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt
@@ -0,0 +1,13 @@
+When a block inside a flexbox adds scrollbars due to overflow, the parent flexbox should re-flex based on the child size including scrollbars.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS hbox.clientHeight is hbox.scrollHeight
+PASS intrinsicHeightBox.clientHeight is intrinsicHeightBox.scrollHeight
+FAIL vbox.clientWidth should be 100. Was 70.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+
« no previous file with comments | « LayoutTests/css3/flexbox/overflow-auto-resizes-correctly.html ('k') | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698