[element-request-fullscreen-timing.html]
expected:
if (os == "mac") and debug: [OK, ERROR]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Timing of fullscreenchange and resize events]
expected:
if (os == "win") and not debug: [FAIL, PASS]
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]
if (os == "linux") and tsan: PASS
[PASS, FAIL]
[Timing of fullscreenerror event]
expected:
if (os == "win") and not debug and (processor == "x86_64"): PASS
[PASS, FAIL]