forked from mirrors/gecko-dev
Automatic update from web-platform-tests [css-flexbox] Move mainAxisExtent-crash.html to WPT Migrate this test out of third_party/blink/web_tests/css3/flexbox and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose and renames to inline-flex-frameset-main-axis-crash.html. Bug: 1063749 Change-Id: I03ee1f9bc35abac50b9b08247def9e9a704fd008 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152062 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Reviewed-by: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#759778} -- wpt-commits: 849f3dd27bdbd7900c460cfa8a086b407a5d7794 wpt-pr: 23000
8 lines
380 B
HTML
8 lines
380 B
HTML
<!DOCTYPE html>
|
|
<html style="display: inline-flex;">
|
|
<title>CSS Flexbox: the main axis calculation with frameset</title>
|
|
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#main-axis">
|
|
<link rel="help" href="https://crbug.com/335121">
|
|
<meta name="assert" content="This test ensures that frameset does not crash on computing the main axis.">
|
|
<frameset></frameset>
|
|
</html>
|