blob: 4d6116010e1cea68bb6a456327e28cfe37e5640f [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../../../resources/js-test-pre.js"></script>
<script src="../resources/common.js"></script>
<input type="range" value="0" oninput="this.type = 'text';">
<script>
if (!window.eventSender) {
debug('Manual test instruction: Click on the slider.');
} else {
clickElement(document.querySelector('input'));
testPassed('if not crashed.');
}
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>