blob: 35cf060bf3bf50aa3e2861b75bbc3fa204330725 [file] [log] [blame]
<!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>