[event-handler-attributes-body-window.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [ERROR, OK]
if (os == "mac") and not debug and (version == "OS X 14.7.5"): [ERROR, OK]
if (os == "linux") and not fission: [ERROR, OK]
if (os == "android") and debug: [ERROR, OK]
[OK, ERROR]
[shadowed unload removal (document.body)]
disabled: Bug 1485887
expected:
if not debug and (os == "linux") and (processor == "x86_64"): FAIL
if not debug and (os == "mac"): FAIL
if not debug and (os == "win") and (version == "6.1.7601"): FAIL
[shadowed unload removal (window)]
disabled: Bug 1485887
expected:
if not debug and (os == "linux") and (processor == "x86_64"): FAIL
if not debug and (os == "mac"): FAIL
if not debug and (os == "win") and (version == "6.1.7601"): FAIL
[shadowed unload removal (document.createElement("body"))]
disabled: Bug 1485887
expected:
if not debug and (os == "linux") and (processor == "x86_64"): FAIL
if not debug and (os == "mac"): FAIL
if not debug and (os == "win") and (version == "6.1.7601"): FAIL
[shadowed pagereveal removal (document.body)]
expected: FAIL
[shadowed pagereveal (document.body)]
expected: FAIL
[shadowed pageswap (document.body)]
expected: FAIL
[shadowed pageswap removal (document.body)]
expected: FAIL
[shadowed pageswap on body fires when event dispatched on window]
expected: FAIL