| Index: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-speech-crash.html
|
| diff --git a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-speech-crash.html b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-speech-crash.html
|
| index 0ebde44b594351c5ed8c7e790791cf978214ee85..97a5fec755b5df804a2cb63ad980adaed38174a9 100644
|
| --- a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-speech-crash.html
|
| +++ b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-speech-crash.html
|
| @@ -6,7 +6,7 @@
|
| jsTestIsAsync = true;
|
|
|
| function test() {
|
| - document.body.appendChild(document.getElementById("input")).setAttribute('x-webkit-speech');
|
| + document.body.appendChild(document.getElementById("input")).setAttribute('x-webkit-speech', '');
|
| testPassed('if not crashed.');
|
| finishJSTest();
|
| }
|
|
|