Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Unified Diff: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-speech-crash.html

Issue 1184303004: Remove time-multiple-fields-speech-crash.html. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698