Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Make it the first among the items.
t1 order-first
.t1.order-first {
order: -9999;
}
Make it the last among the items.
t1 order-last
.t1.order-last {
order: 9999;
}
Make it the second among the items.
t1 order-2
.t1.order-2 {
order: 2;
}