forked from mirrors/gecko-dev
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
6 lines
270 B
HTML
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>
|