Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Do not apply platform-native styling.
t1 appearance-none
.t1.appearance-none {
appearance: none;
}
Apply platform-native styling.
t1 appearance-auto
.t1.appearance-auto {
appearance: auto;
}