summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/reference/flexbox-order-only-flexitems-ref.html
blob: 74697723c554e8e71740c300a43afe97393a3ca8 (plain)
1
2
3
4
5
6
7
8
9
10
<!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>