blob: bddf01d3ddfc285ddd1de0d53b13425c87371f5d (
plain)
1
2
3
4
5
6
7
8
9
10
|
[active.window.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[document.open() removes the document's children (non-active document with an associated Window object; frame is removed)]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1520333
expected: FAIL
[document.open() removes the document's children (active but not fully active document)]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1520333
expected: FAIL
|