Commit 665c5c60 authored by Julie Jeongeun Kim's avatar Julie Jeongeun Kim Committed by Commit Bot

[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: default avatarRobert Ma <robertma@chromium.org>
Reviewed-by: default avatarDavid Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759778}
parent 4eee5285
<!DOCTYPE html>
<html style="display: inline-flex;">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<title>This test passes if it does not crash.</title>
<frameset></frameset>
</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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment