fune/testing/web-platform/tests/css/css-flexbox/zero-content-size-with-scrollbar-crash.html
Florian Rivoal 7c38fde4df Bug 1626518 [wpt PR 22591] - Fix a bunch of links to specs that are not or no longer correct, a=testonly
Automatic update from web-platform-tests
Fix a bunch of links to specs that are not or no longer correct (#22591)

--

wpt-commits: 7dd40e82414995002e8a9c20a167db0efac628d5
wpt-pr: 22591
2020-04-06 12:43:46 +00:00

6 lines
270 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#flex-containers">
<meta name="assert" content="This test passes if the renderer does not crash."/>
<div style="display: flex;">
<div style="max-width: 0px; overflow: scroll;"></div>
</div>