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 |
+ |
+ |