fune/testing/web-platform/tests/css/css-flexbox/reference/flexbox-order-only-flexitems-ref.html
Carlos Alberto Lopez Perez f963271508 Bug 1632174 [wpt PR 23170] - css-flexbox: convert 7 manual-tests to ref-tests, a=testonly
Automatic update from web-platform-tests
css-flexbox: convert 7 manual-tests to ref-tests (#23170)

* This converts the css-flexbox align-content_*.html tests and
flexbox-order-only-flexitems.html test to ref-tests.

* css-flexbox/align-content_space-around.html change height to 210:
that way the numbers of the ref-test spacer become 20 and 10 and
are perfectly round avoiding possible problems with subpixel layout.

--

wpt-commits: b3cc52b6cfaa5b6852bf9b07e62d007ab142ffa9
wpt-pr: 23170
2020-04-28 11:38:15 +00:00

10 lines
226 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Test: order only affects flex items</title>
</head>
<body>
<p>Test passes if the paragraph below reads 'First, Second, Third'.</p>
<p>First, Second, Third</p>
</body>
</html>