trisquel-icecat/icecat/testing/web-platform/meta/screen-orientation/onchange-event-subframe.html.ini
2025-10-06 02:35:48 -06:00

18 lines
693 B
INI

[onchange-event-subframe.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[Test subframes receive orientation change events]
expected:
if os == "mac": [FAIL, TIMEOUT]
if os == "android": PASS
FAIL
[Check directly that events are fired in right order (from top to bottom)]
expected:
if (os == "win") and debug and (processor == "x86_64"): [FAIL, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [FAIL, TIMEOUT]
if os == "mac": [FAIL, NOTRUN]
if os == "android": PASS
FAIL