Commit 50bda8bb authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

fixup! [css-flexbox] Move flex-flow-auto-margins-no-available-space-assert.html test to WPT

Change 'auto' with 'percentage the test title and file name.
And, the attribute of the bug link rel is changed to 'issue'
with a full bug link.

Bug: 1063749
Change-Id: I0a25c6caa3d3afd6c928bb8bc2b692037c0f57c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2126329Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#754778}
parent ce7ad040
<!DOCTYPE html> <!DOCTYPE html>
<title>CSS Flexbox: flex-flow auto margin with no available space</title> <title>CSS Flexbox: flex-flow percentage margin with no available space</title>
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#flex-shrink-property"> <link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#flex-shrink-property">
<link rel="help" href="https://crbug.com/380201"> <link rel="issue" href="https://bugs.chromium.org/p/chromium/issues/detail?id=380201">
<meta name="assert" content="This test checks that a flexbox doesn't shrink below border/padding <meta name="assert" content="This test checks that a flexbox doesn't shrink below border/padding
when stretching children with no available space."> when stretching children with no available space.">
<style> <style>
......
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