| 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
|
| deleted file mode 100644
|
| index 97a5fec755b5df804a2cb63ad980adaed38174a9..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-speech-crash.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<body>
|
| -<script src="../../../resources/js-test.js"></script>
|
| -<input type="time" value="11:59" onchange="test()" autofocus id="input">
|
| -<script>
|
| -jsTestIsAsync = true;
|
| -
|
| -function test() {
|
| - document.body.appendChild(document.getElementById("input")).setAttribute('x-webkit-speech', '');
|
| - testPassed('if not crashed.');
|
| - finishJSTest();
|
| -}
|
| -
|
| -description('There was a crash bug by setting x-webkit-speech in a change event handler.');
|
| -document.body.onload = function() {
|
| - if (!window.eventSender) {
|
| - debug('Click on the spin button');
|
| - } else {
|
| - eventSender.keyDown('upArrow');
|
| - }
|
| -};
|
| -</script>
|
| -</body>
|
|
|