Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
1px outline offset provided as unitless number.
t1 outline-offset-1
.t1.outline-offset-1 {
outline-offset: 1px;
}
1px outline offset provided as length value.
t1 outline-offset-1px
.t1.outline-offset-1px {
outline-offset: 1px;
}