Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Wrap into multiple lines.
t1 flex-wrap
.t1.flex-wrap {
flex-wrap: wrap;
}
Do not wrap.
t1 flex-nowrap
.t1.flex-nowrap {
flex-wrap: nowrap;
}
Wrap in reverse order.
t1 flex-wrap-reverse
.t1.flex-wrap-reverse {
flex-wrap: wrap-reverse;
}