| { |
| "imported/selenium/py/test/selenium/webdriver/common/alerts_tests.py": { |
| "subtests": { |
| "testShouldAllowUsersToAcceptAnAlertInAFrame": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181727"}} |
| }, |
| "testShouldAllowUsersToAcceptAnAlertInANestedFrame": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181727"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/api_example_tests.py": { |
| "subtests": { |
| "testGetLogTypes": { |
| "expected": {"all": {"status": ["SKIP"]}} |
| }, |
| "testGetLog": { |
| "expected": {"all": {"status": ["SKIP"]}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/appcache_tests.py": { |
| "expected": {"all": {"status": ["SKIP"]}} |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/click_scrolling_tests.py": { |
| "subtests": { |
| "testShouldBeAbleToClickOnAnElementHiddenByDoubleOverflow": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174902"}} |
| }, |
| "testShouldNotScrollIfAlreadyScrolledAndElementIsInView": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181729"}} |
| }, |
| "testShouldScrollOverflowElementsIfClickPointIsOutOfViewButElementIsInView": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181730"}} |
| }, |
| "testShouldBeAbleToClickElementInAFrameThatIsOutOfView": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}} |
| }, |
| "testShouldBeAbleToClickElementThatIsOutOfViewInAFrame": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}} |
| }, |
| "testShouldBeAbleToClickElementThatIsOutOfViewInAFrameThatIsOutOfView": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}} |
| }, |
| "testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrame": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}} |
| }, |
| "testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}} |
| }, |
| "testShouldBeAbleToClickElementInATallFrame": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/correct_event_firing_tests.py": { |
| "subtests": { |
| "testShouldEmitOnChangeEventsWhenChangingTheStateOfACheckbox": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181732"}} |
| }, |
| "testClearingAnElementShouldCauseTheOnChangeHandlerToFire": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181732"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/form_handling_tests.py": { |
| "subtests": { |
| "testShouldThrowAnExceptionWhenSelectingAnUnselectableElement": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181733"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/frame_switching_tests.py": { |
| "subtests": { |
| "testShouldNotSwitchMagicallyToTheTopWindow": { |
| "expected": {"all": {"slow": true}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/interactions_tests.py": { |
| "subtests": { |
| "testClickingOnFormElements": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "testSelectingMultipleItems": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "testSendingKeysToActiveElementWithModifier": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/position_and_size_tests.py": { |
| "subtests": { |
| "testShouldGetCoordinatesOfAnElementInAFrame": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181735"}} |
| }, |
| "testShouldGetCoordinatesOfAnElementInANestedFrame": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181735"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/page_load_timeout_tests.py": { |
| "subtests": { |
| "testClickShouldTimeout": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182332"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/select_class_tests.py": { |
| "subtests": { |
| "testSelectByVisibleTextShouldNormalizeSpaces": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}} |
| }, |
| "testSelectByIndexMultiple": { |
| "expected": {"all": {"slow": true}} |
| }, |
| "testSelectByValueMultiple": { |
| "expected": {"all": {"slow": true}} |
| }, |
| "testSelectByVisibleTextMultiple": { |
| "expected": {"all": {"slow": true}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/text_handling_tests.py": { |
| "subtests": { |
| "testReadALargeAmountOfData": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181737"}} |
| }, |
| "testShouldConvertANonBreakingSpaceIntoANormalSpaceCharacter": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}} |
| }, |
| "testShouldTreatANonBreakingSpaceAsAnyOtherWhitespaceCharacterWhenCollapsingWhitespace": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}} |
| }, |
| "testHavingInlineElementsShouldNotAffectHowTextIsReturned": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}} |
| }, |
| "testShouldBeAbleToSetMoreThanOneLineOfTextInATextArea": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}} |
| }, |
| "testShouldHandleSiblingBlockLevelElements": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}} |
| }, |
| "testShouldOnlyIncludeVisibleText": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/typing_tests.py": { |
| "subtests": { |
| "testNumericShiftKeys": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182333"}} |
| }, |
| "testUppercaseAlphaKeys": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182333"}} |
| }, |
| "testAllPrintableKeys": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182333"}} |
| }, |
| "testNumberpadAndFunctionKeys": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182333"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py": { |
| "subtests": { |
| "testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}} |
| }, |
| "testShouldNotBeAbleToToggleAnElementThatIsNotDisplayed": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}} |
| }, |
| "testShouldNotBeAbleToSelectAnElementThatIsNotDisplayed": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}} |
| }, |
| "testShouldNotBeAbleToTypeAnElementThatIsNotDisplayed": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}} |
| }, |
| "testShouldSayElementsWithNegativeTransformAreNotDisplayed": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}} |
| }, |
| "testShouldSayElementsWithParentWithNegativeTransformAreNotDisplayed": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/w3c_interaction_tests.py": { |
| "subtests": { |
| "testSendingKeysToActiveElementWithModifier": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| } |
| } |
| }, |
| "imported/selenium/py/test/selenium/webdriver/common/window_tests.py": { |
| "subtests": { |
| "testShouldMaximizeTheWindow": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_should_fullscreen_the_current_window": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_should_minimize_the_current_window": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/actions/key.py": { |
| "subtests": { |
| "test_single_printable_key_sends_correct_events[\\xe0-]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_single_printable_key_sends_correct_events[\\u0416-]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_single_printable_key_sends_correct_events[\\u2603-]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_single_printable_key_sends_correct_events[\\uf6c2-]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_single_emoji_records_correct_key[\\U0001f604]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_single_emoji_records_correct_key[\\U0001f60d]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_single_modifier_key_sends_correct_events[\\ue053-OSRight-Meta]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_single_modifier_key_sends_correct_events[\\ue009-ControlLeft-Control]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_sequence_of_keydown_printable_keys_sends_events": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/actions/key_shortcuts.py": { |
| "subtests": { |
| "test_mod_a_and_backspace_deletes_all_text": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_mod_a_mod_c_right_mod_v_pastes_text": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_mod_a_mod_x_deletes_all_text": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/actions/modifier_click.py": { |
| "subtests": { |
| "test_many_modifiers_click": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/actions/pointer_origin.py": { |
| "subtests": { |
| "test_element_larger_than_viewport": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/actions/sequence.py": { |
| "subtests": { |
| "test_release_char_sequence_sends_keyup_events_in_reverse": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/actions/special_keys.py": { |
| "subtests": { |
| "test_webdriver_special_key_sends_keydown[F12-expected10]": { |
| "expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F11-expected47]": { |
| "expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F5-expected55]": { |
| "expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[SHIFT-expected3]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_ARROWRIGHT-expected4]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[PAGE_UP-expected6]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_PAGEUP-expected7]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[META-expected11]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[NULL-expected15]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[SUBTRACT-expected16]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[CONTROL-expected17]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_META-expected19]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[SEMICOLON-expected20]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[NUMPAD4-expected22]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_ALT-expected25]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[DECIMAL-expected27]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_DELETE-expected29]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[PAGE_DOWN-expected30]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[PAUSE-expected31]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_ARROWUP-expected34]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[CLEAR-expected36]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_ARROWLEFT-expected37]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[EQUALS-expected38]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_PAGEDOWN-expected39]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[ADD-expected40]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[NUMPAD1-expected41]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_INSERT-expected42]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[ENTER-expected43]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[CANCEL-expected44]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[NUMPAD6-expected45]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_END-expected48]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[NUMPAD7-expected49]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[NUMPAD2-expected50]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F5-expected55]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F6-expected56]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F6-expected56]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F7-expected57]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F7-expected57]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F8-expected58]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F8-expected58]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F9-expected59]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[F9-expected59]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[NUMPAD8-expected60]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[NUMPAD8-expected60]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[NUMPAD5-expected61]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[NUMPAD5-expected61]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_CONTROL-expected62]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_CONTROL-expected62]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_HOME-expected63]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_HOME-expected63]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[ZENKAKUHANKAKU-expected64]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[ZENKAKUHANKAKU-expected64]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_SHIFT-expected65]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_SHIFT-expected65]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[SEPARATOR-expected66]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[SEPARATOR-expected66]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[ALT-expected67]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[ALT-expected67]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_ARROWDOWN-expected68]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[R_ARROWDOWN-expected68]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[DELETE-expected69]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_webdriver_special_key_sends_keydown[DELETE-expected69]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_multiple_codepoint_keys_behave_correctly[f]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_multiple_codepoint_keys_behave_correctly[f]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_multiple_codepoint_keys_behave_correctly[\u0ba8\u0bbf]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_multiple_codepoint_keys_behave_correctly[\u0ba8\u0bbf]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_multiple_codepoint_keys_behave_correctly[\u1100\u1161\u11a8]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_multiple_codepoint_keys_behave_correctly[\u1100\u1161\u11a8]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_invalid_multiple_codepoint_keys_fail[fa]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_invalid_multiple_codepoint_keys_fail[fa]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbfb]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbfb]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbf\u0ba8]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbf\u0ba8]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_invalid_multiple_codepoint_keys_fail[\u1100\u1161\u11a8c]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| }, |
| "test_invalid_multiple_codepoint_keys_fail[\u1100\u1161\u11a8c]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/contexts/maximize_window.py": { |
| "subtests": { |
| "test_no_browsing_context": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_handle_prompt_accept": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_handle_prompt_missing_value": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_fully_exit_fullscreen": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_restore_the_window": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_maximize": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_payload": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_maximize_twice_is_idempotent": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/contexts/json_serialize_windowproxy.py": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180397"}} |
| }, |
| "imported/w3c/webdriver/tests/cookies/get_named_cookie.py": { |
| "subtests": { |
| "test_duplicated_cookie": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182330"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/document_handling/page_source.py": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180399"}} |
| }, |
| "imported/w3c/webdriver/tests/element_click/bubbling.py": { |
| "subtests": { |
| "test_spin_event_loop": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180400"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/element_retrieval/find_element.py": { |
| "subtests": { |
| "test_find_element_link_text[<a href=#>link<br>text</a>-link\ntext]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_element_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_element_partial_link_text[<a href=#>partial link<br>text</a>-k\nt]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_element_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/element_retrieval/find_elements.py": { |
| "subtests": { |
| "test_find_elements_link_text[<a href=#>link<br>text</a>-link\ntext]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_elements_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_elements_partial_link_text[<a href=#>partial link<br>text</a>-k\nt]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/element_retrieval/find_elements_from_element.py": { |
| "subtests": { |
| "test_find_elements_link_text[<a href=#>link<br>text</a>-link\ntext]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_elements_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_elements_partial_link_text[<a href=#>partial link<br>text</a>-k\nt]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/element_retrieval/find_element_from_element.py": { |
| "subtests": { |
| "test_find_element_link_text[<a href=#>link<br>text</a>-link\ntext]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_element_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_element_partial_link_text[<a href=#>partial link<br>text</a>-k\nt]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| }, |
| "test_find_element_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/element_send_keys/form_controls.py": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182331"}} |
| }, |
| "imported/w3c/webdriver/tests/element_send_keys/interactability.py": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181644"}} |
| }, |
| "imported/w3c/webdriver/tests/element_send_keys/scroll_into_view.py": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181644"}} |
| }, |
| "imported/w3c/webdriver/tests/execute_script/collections.py": { |
| "subtests": { |
| "test_arguments": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}} |
| }, |
| "test_file_list": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}} |
| }, |
| "test_html_all_collection": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/execute_async_script/collections.py": { |
| "subtests": { |
| "test_arguments": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}} |
| }, |
| "test_file_list": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}} |
| }, |
| "test_html_all_collection": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/execute_script/user_prompts.py": { |
| "subtests": { |
| "test_handle_prompt_dismiss_and_notify": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} |
| }, |
| "test_handle_prompt_accept_and_notify": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} |
| }, |
| "test_handle_prompt_ignore": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} |
| }, |
| "test_handle_prompt_default": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} |
| }, |
| "test_handle_prompt_twice": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/execute_async_script/user_prompts.py": { |
| "subtests": { |
| "test_handle_prompt_dismiss_and_notify": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} |
| }, |
| "test_handle_prompt_accept_and_notify": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} |
| }, |
| "test_handle_prompt_ignore": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} |
| }, |
| "test_handle_prompt_default": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} |
| }, |
| "test_handle_prompt_twice": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/interaction/send_keys_content_editable.py": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180403"}} |
| }, |
| "imported/w3c/webdriver/tests/interaction/element_clear.py": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}, |
| "subtests": { |
| "test_no_browsing_context": { |
| "expected": {"all": {"status": ["PASS"]}} |
| }, |
| "test_closed_context": { |
| "expected": {"all": {"status": ["SKIP"]}} |
| }, |
| "test_disabled_element_not_resettable": { |
| "expected": {"all": {"status": ["PASS"]}} |
| }, |
| "test_element_readonly": { |
| "expected": {"all": {"status": ["PASS"]}} |
| }, |
| "test_element_disabled": { |
| "expected": {"all": {"status": ["PASS"]}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/navigation/current_url.py": { |
| "subtests": { |
| "test_set_malformed_url": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}} |
| }, |
| "test_get_current_url_after_modified_location": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}} |
| }, |
| "test_get_current_url_nested_browsing_context": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/sessions/new_session/invalid_capabilities.py": { |
| "subtests": { |
| "test_invalid_values[proxy-1-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-1-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value28-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value28-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-{}-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-{}-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value30-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value30-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value31-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value31-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value32-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value32-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value33-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value33-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value34-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value34-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value35-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value35-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value36-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value36-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value37-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value37-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value38-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value38-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value39-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value39-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value40-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value40-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value41-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value41-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value42-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value42-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value43-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value43-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value44-body0]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| }, |
| "test_invalid_values[proxy-value44-body1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/sessions/new_session/default_values.py": { |
| "subtests": { |
| "test_valid_but_unmatchable_key": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180410"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/state/get_element_property.py": { |
| "subtests": { |
| "test_element_not_found": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/state/get_element_attribute.py": { |
| "subtests": { |
| "test_element_not_found": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}} |
| }, |
| "test_boolean_attribute[button-attrs1]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}} |
| }, |
| "test_boolean_attribute[dialog-attrs3]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}} |
| }, |
| "test_boolean_attribute[form-attrs5]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}} |
| }, |
| "test_boolean_attribute[iframe-attrs6]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}} |
| }, |
| "test_boolean_attribute[img-attrs7]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}} |
| }, |
| "test_boolean_attribute[input-attrs8]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}} |
| }, |
| "test_boolean_attribute[menuitem-attrs9]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}} |
| }, |
| "test_boolean_attribute[object-attrs10]": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}} |
| }, |
| "test_global_boolean_attributes": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/state/get_element_tag_name.py": { |
| "subtests": { |
| "test_element_not_found": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/state/text/get_text.py": { |
| "subtests": { |
| "test_getting_text_of_a_non_existant_element_is_an_error": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/fullscreen_window.py": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}}, |
| "subtests": { |
| "test_handle_prompt_dismiss_and_notify": { |
| "expected": {"all": {"status": ["PASS"]}} |
| }, |
| "test_handle_prompt_accept_and_notify": { |
| "expected": {"all": {"status": ["PASS"]}} |
| }, |
| "test_handle_prompt_ignore": { |
| "expected": {"all": {"status": ["PASS"]}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/minimize_window.py": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}}, |
| "subtests": { |
| "test_handle_prompt_dismiss_and_notify": { |
| "expected": {"all": {"status": ["PASS"]}} |
| }, |
| "test_handle_prompt_accept_and_notify": { |
| "expected": {"all": {"status": ["PASS"]}} |
| }, |
| "test_handle_prompt_ignore": { |
| "expected": {"all": {"status": ["PASS"]}} |
| } |
| } |
| }, |
| "imported/w3c/webdriver/tests/set_window_rect.py": { |
| "subtests": { |
| "test_fully_exit_fullscreen": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_restore_from_minimized": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_restore_from_maximized": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180398"}} |
| }, |
| "test_negative_x_y": { |
| "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180418"}} |
| } |
| } |
| } |
| } |