Commit a1caf42e authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

[css-flexbox] Move flex-item-contains-strict.html test to WPT

This CL moves flex-item-contains-strict.html test from
css3/css-flexbox to external/wpt/css/css-flexbox with WPT
styles, adding links to the relevant specs, a proper title,
and test description.

Bug: 1063749
Change-Id: I5559de07cc72a44a36ed39c951562a156dfeabca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2123695Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Reviewed-by: default avatarDavid Grogan <dgrogan@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Commit-Queue: Robert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754029}
parent 2c3ba54d
<!DOCTYPE html> <!DOCTYPE html>
<title>CSS Flexbox: 'contain' property strict value</title>
<link rel="help" href="https://drafts.csswg.org/css-contain/#contain-property">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-containers">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-direction-property">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#align-items-property">
<meta name="assert" content="This test ensures that the strict value of the 'contain'
property in combination with mixing of 'display' inline-flex value, 'align-items' flex-start
value, column direction works properly.">
<style> <style>
.inline-flex { .inline-flex {
display: inline-flex; display: inline-flex;
...@@ -8,9 +15,9 @@ ...@@ -8,9 +15,9 @@
} }
</style> </style>
<script src="../../resources/testharness.js"></script> <script src="/resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script> <script src="/resources/testharnessreport.js"></script>
<script src="../../resources/check-layout-th.js"></script> <script src="/resources/check-layout-th.js"></script>
<body onload="checkLayout('.inline-flex')"> <body onload="checkLayout('.inline-flex')">
<p>Stretched:</p> <p>Stretched:</p>
......
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