flexbox-order-only-flexitems-ref.html (226B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test: order only affects flex items</title> 5 </head> 6 <body> 7 <p>Test passes if the paragraph below reads 'First, Second, Third'.</p> 8 <p>First, Second, Third</p> 9 </body> 10 </html>