Pass | Focus-related events should fire in the correct order (same DocumentOwner) | Asserts runPass | assert_array_equals(["focus", "focusin", "blur", "focusout", "focus", "focusin"], ["focus", "focusin", "blur", "focusout", "focus", "focusin"], "Focus-related events should fire in this order: focusin, focus, focusout, focusin, blur, focus")
at Test.<anonymous> ( /uievents/order-of-events/focus-events/focus-automated-blink-webkit.html:88:17) | Pass | assert_array_equals(["a", "a", "a", "a", "b", "b"], ["a", "a", "a", "a", "b", "b"], "Focus-related events should fire at the correct targets")
at Test.<anonymous> ( /uievents/order-of-events/focus-events/focus-automated-blink-webkit.html:94:17) | Pass | assert_array_equals([null, null, "b", "b", "a", "a"], [null, null, "b", "b", "a", "a"], "Focus-related events should reference correct relatedTargets")
at Test.<anonymous> ( /uievents/order-of-events/focus-events/focus-automated-blink-webkit.html:100:17) | Pass | assert_array_equals(["a", "a", "body", "body", "b", "b"], ["a", "a", "body", "body", "b", "b"], "Focus-related events should fire at the correct time relative to actual focus changes")
at Test.<anonymous> ( /uievents/order-of-events/focus-events/focus-automated-blink-webkit.html:106:17) |
|
Pass | Focus-related events should fire in the correct order (different DocumentOwner) | Asserts runPass | assert_array_equals(["focus", "focusin", "blur", "focusout", "focus", "focusin"], ["focus", "focusin", "blur", "focusout", "focus", "focusin"], "Focus-related events should fire in this order: focusin, focus, focusout, focusin, blur, focus")
at Test.<anonymous> ( /uievents/order-of-events/focus-events/focus-automated-blink-webkit.html:123:17) | Pass | assert_array_equals(["c", "c", "c", "c", "d", "d"], ["c", "c", "c", "c", "d", "d"], "Focus-related events should fire at the correct targets")
at Test.<anonymous> ( /uievents/order-of-events/focus-events/focus-automated-blink-webkit.html:129:17) | Pass | assert_array_equals([null, null, null, null, null, null], [null, null, null, null, null, null], "Focus-related events should reference correct relatedTargets")
at Test.<anonymous> ( /uievents/order-of-events/focus-events/focus-automated-blink-webkit.html:135:17) | Pass | assert_array_equals(["c", "c", "body", "body", "d", "d"], ["c", "c", "body", "body", "d", "d"], "Focus-related events should fire at the correct time relative to actual focus changes")
at Test.<anonymous> ( /uievents/order-of-events/focus-events/focus-automated-blink-webkit.html:141:17) |
|