зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1598520 - Remove crashtest that depended on specific load timing with srcdoc that wont work if we route through DocumentChannel. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D57590 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
c32db0c82d
Коммит
9c408a861e
|
@ -1,20 +0,0 @@
|
|||
<html class="reftest-wait">
|
||||
<script>
|
||||
function eh1() {
|
||||
a.selectionEnd = 1
|
||||
}
|
||||
function eh2() {
|
||||
var d = c.contentDocument.createRange()
|
||||
d.cloneRange().insertNode(b)
|
||||
requestAnimationFrame(() => {
|
||||
requestAnimationFrame(() => {
|
||||
document.documentElement.className = "";
|
||||
});
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<textarea id="a" onselect="eh2()">
|
||||
</textarea>
|
||||
<video id="b" controls=""></video>
|
||||
<iframe id="c" srcdoc=""></iframe>
|
||||
<details ontoggle="eh1()" open="">
|
|
@ -301,7 +301,6 @@ load 1514086.html
|
|||
load 1533783.html
|
||||
load 1533891.html
|
||||
pref(gfx.omta.background-color,true) load 1533968.html
|
||||
load 1541126.html
|
||||
load 1545177.html
|
||||
skip-if(geckoview&&webrender) skip-if(Android) load 1546255.html # Bug 1563020 for GV+WR & Bug 1553971
|
||||
pref(layout.css.resizeobserver.enabled,true) load 1552911.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче