| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | |
| <html> | |
| <head> | |
| <style> | |
| input { | |
| font-size: 20px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>Test appearances of spin buttons. Disabled state and read-only state should have appearances different from the normal state.</p> | |
| <div><label><input type=number value=0> Normal state</label></div> | |
| <div><label><input type=number value=0 disabled> Disabled state</label></div> | |
| <div><label><input type=number value=0 readonly> Read-only state</label></div> | |
| </body> | |
| </html> |