зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1505957 - Follow-up, add testcase as crashtest, r=me
This commit is contained in:
Родитель
01cf92fa23
Коммит
7201df71b0
|
@ -0,0 +1,23 @@
|
|||
<html id='a'>
|
||||
<script>
|
||||
window.onload=function() {
|
||||
b.src=document.getElementById('c').innerHTML;
|
||||
b.setAttribute('src', 'data:audio/mpeg,');
|
||||
document.documentElement.style.display='none';
|
||||
window.top.open('');
|
||||
var o = window.frames[0].document.body.childNodes[0];
|
||||
document.getElementById('d').appendChild(o.parentNode.removeChild(o));
|
||||
o = document.getElementById('a');
|
||||
var p = o.parentNode;
|
||||
o.setAttribute('id', 0)
|
||||
p.removeChild(o);
|
||||
p.appendChild(o);
|
||||
o.setAttribute('style', 0)
|
||||
p.removeChild(o);
|
||||
p.appendChild(o);
|
||||
}
|
||||
</script>
|
||||
<iframe id='b'></iframe>
|
||||
<object id='c'>
|
||||
<ruby id='d'>
|
||||
</html>
|
|
@ -24,3 +24,4 @@ pref(browser.link.open_newwindow,2) load 1429507_1.html # window.open() in tab d
|
|||
pref(browser.link.open_newwindow,2) load 1429507_2.html # window.open() in tab doesn't work for crashtest in e10s, this opens a new window instead
|
||||
load 1453030.html
|
||||
skip-if(Android) load 1490700.html # No screenshare on Android
|
||||
load 1505957.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче