Index: LayoutTests/fast/speech/bubble-position.html |
diff --git a/LayoutTests/fast/speech/bubble-position.html b/LayoutTests/fast/speech/bubble-position.html |
index b83d180733787d703a85e70752abe590ee06fbba..40c7f10382717c411b2554fbf15e968c9d9d4d61 100644 |
--- a/LayoutTests/fast/speech/bubble-position.html |
+++ b/LayoutTests/fast/speech/bubble-position.html |
@@ -26,7 +26,7 @@ function onSpeechChange() { |
function run() { |
window.iframe = document.getElementById('iframe'); |
window.input = iframe.contentDocument.createElement('input'); |
- input.setAttribute('x-webkit-speech'); |
+ input.setAttribute('x-webkit-speech', ''); |
input.onwebkitspeechchange = onSpeechChange; |
iframe.contentDocument.getElementsByTagName('body')[0].appendChild(input); |