Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Normal
t1 whitespace-normal
.t1.whitespace-normal {
white-space: normal;
}
Nowrap
t1 whitespace-nowrap
.t1.whitespace-nowrap {
white-space: nowrap;
}
Pre
t1 whitespace-pre
.t1.whitespace-pre {
white-space: pre;
}
Pre-line
t1 whitespace-pre-line
.t1.whitespace-pre-line {
white-space: pre-line;
}
Pre-wrap
t1 whitespace-pre-wrap
.t1.whitespace-pre-wrap {
white-space: pre-wrap;
}