blob: 501abec2be727240118e71fa64346a831b9a30c2 [file] [log] [blame]
<!DOCTYPE html>
<style>
input::-webkit-input-speech-button {
border: 10px solid lime;
padding: 10px;
}
</style>
<body>
<script src="../../resources/js-test-pre.js"></script>
<input id="input1">
<input x-webkit-speech id="speechInput1">
<script>
shouldBe('document.getElementById("speechInput1").offsetWidth', 'document.getElementById("input1").offsetWidth');
</script>
<script src="../../resources/js-test-post.js"></script>
</body>