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

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 all tests, even failing ones Created 5 years, 4 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: 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..0a45d5584cce70184ca563d0baa3da577733d692
--- /dev/null
+++ b/LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt
@@ -0,0 +1,14 @@
+When a block inside a flexbox adds scrollbars due to overflow, the parent flexbox should re-flex based on the child size including scrollbars. If the test passes, there will not be a vertical scrollbar.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS hbox.clientHeight is hbox.scrollHeight
+PASS successfullyParsed is true
+PASS intrinsicHeightBox.clientHeight is intrinsicHeightBox.scrollHeight
+PASS successfullyParsed is true
+PASS vbox.clientWidth is vbox.scrollWidth
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698