| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <p>Checks that slider appearance on regular node doesn't crash.</p> | |
| <style> | |
| iframe { | |
| -webkit-appearance: slider-horizontal; | |
| } | |
| </style> | |
| <iframe> | |
| </body> | |
| </html> |