onchange-event-subframe.html.ini (693B)
1 [onchange-event-subframe.html] 2 expected: 3 if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT] 4 if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT] 5 if os == "mac": [OK, TIMEOUT] 6 [Test subframes receive orientation change events] 7 expected: 8 if os == "mac": [FAIL, TIMEOUT] 9 if os == "android": PASS 10 FAIL 11 12 [Check directly that events are fired in right order (from top to bottom)] 13 expected: 14 if (os == "win") and debug and (processor == "x86_64"): [FAIL, TIMEOUT] 15 if (os == "win") and debug and (processor == "x86"): [FAIL, TIMEOUT] 16 if os == "mac": [FAIL, NOTRUN] 17 if os == "android": PASS 18 FAIL