зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset b258ffe9ee50 (bug 1343550)
This commit is contained in:
Родитель
947433c766
Коммит
c052e5df14
|
@ -1,22 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html class=reftest-wait>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script>
|
||||
var sub = encodeURI("data:text/html,<!DOCTYPE html>\n"+
|
||||
"<html><script>"+
|
||||
"var context = new AudioContext();"+
|
||||
"setTimeout(function(){window.close();},1000);\x3C/script></html>");
|
||||
window.onload = function(){
|
||||
var a = window.open(sub);
|
||||
a.onbeforeunload = function(){
|
||||
setTimeout(function(){
|
||||
a.context.createScriptProcessor(512, 1, 1);
|
||||
setTimeout(function() {
|
||||
document.documentElement.removeAttribute("class");}, 0);
|
||||
}, 0);
|
||||
};
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
|
@ -86,7 +86,6 @@ load 1228484.html
|
|||
load 1304948.html
|
||||
load 1319486.html
|
||||
load 1291702.html
|
||||
test-pref(dom.disable_open_during_load,false) HTTP load 1343550.html
|
||||
load disconnect-wrong-destination.html
|
||||
load analyser-channels-1.html
|
||||
load audiocontext-double-suspend.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче