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