зеркало из https://github.com/mozilla/gecko-dev.git
Back out 5a889d2cc25b (bug 1230428) for Windows 7 failures in 1230428.html
CLOSED TREE
This commit is contained in:
Родитель
cb3fdf73ba
Коммит
ef25b0a2b7
|
@ -1,21 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script type="application/javascript">
|
||||
function f()
|
||||
{
|
||||
var s = new SpeechSynthesisUtterance("hello world");
|
||||
s.onend = function() {
|
||||
document.documentElement.removeAttribute('class');
|
||||
};
|
||||
speechSynthesis.speak(s);
|
||||
speechSynthesis.cancel();
|
||||
speechSynthesis.pause();
|
||||
speechSynthesis.resume();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="f();">
|
||||
</body>
|
||||
</html>
|
|
@ -1 +0,0 @@
|
|||
skip-if(Android||gtkWidget||B2G) pref(media.webspeech.synth.enabled,true) load 1230428.html
|
|
@ -19,7 +19,6 @@ include ../../dom/mathml/crashtests/crashtests.list
|
|||
include ../../dom/media/mediasource/test/crashtests/crashtests.list
|
||||
include ../../dom/media/test/crashtests/crashtests.list
|
||||
skip-if(!webrtc) include ../../dom/media/tests/crashtests/crashtests.list
|
||||
include ../../dom/media/webspeech/synth/crashtests/crashtests.list
|
||||
include ../../dom/offline/crashtests/crashtests.list
|
||||
include ../../dom/plugins/test/crashtests/crashtests.list
|
||||
include ../../dom/smil/crashtests/crashtests.list
|
||||
|
|
Загрузка…
Ссылка в новой задаче