mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
11 lines
226 B
HTML
11 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>
|