[flexbox-min-height-auto-004.html]
[overflow-x:hidden: forces overflow-y to auto; min-height:auto resolves to 0; width includes scrollbar gutter]
expected:
if os == "android": PASS
FAIL
[overflow-x:scroll: forces overflow-y to auto; min-height:auto resolves to 0; width includes scrollbar gutter]
expected:
if os == "android": PASS
FAIL
[overflow-x:auto: forces overflow-y to auto; min-height:auto resolves to 0; width includes scrollbar gutter]
expected:
if os == "android": PASS
FAIL