⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 268784 in webkit


Ignore:
Timestamp:
Oct 20, 2020, 9:25:38 PM (6 years ago)
Author:
Lauro Moura
Message:

[WebDriver] Gardening WPE no browsing context failures

Unreviewed test gardening.

These failures are related to the lack of multi window support in
current WPE MiniBrowser code.

After this, a number of unexpected passes will appear due to
test_no_browsing_context failing in the teardown step and pytest
recording two runs (the actual test XPASSes but the teardown XFAILs).

Location:
trunk/WebDriverTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebDriverTests/ChangeLog

    r268723 r268784  
     12020-10-20  Lauro Moura  <lmoura@igalia.com>
     2
     3        [WebDriver] Gardening WPE no browsing context failures
     4
     5        Unreviewed test gardening.
     6
     7        These failures are related to the lack of multi window support in
     8        current WPE MiniBrowser code.
     9
     10        After this, a number of unexpected passes will appear due to
     11        `test_no_browsing_context` failing in the teardown step and pytest
     12        recording two runs (the actual test XPASSes but the teardown XFAILs).
     13
     14        * TestExpectations.json:
     15
    1162020-10-20  Carlos Garcia Campos  <cgarcia@igalia.com>
    217
  • trunk/WebDriverTests/TestExpectations.json

    r268717 r268784  
    225225    },
    226226
     227    "imported/w3c/webdriver/tests/accept_alert/accept.py": {
     228        "subtests": {
     229            "test_no_top_browsing_context": {
     230                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     231            },
     232            "test_no_browsing_context": {
     233                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     234            }
     235        }
     236    },
     237
     238    "imported/w3c/webdriver/tests/add_cookie/add.py": {
     239        "subtests": {
     240            "test_no_top_browsing_context": {
     241                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     242            },
     243            "test_no_browsing_context": {
     244                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     245            }
     246        }
     247    },
     248
     249    "imported/w3c/webdriver/tests/back/back.py": {
     250        "subtests": {
     251            "test_no_top_browsing_context": {
     252                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     253            },
     254            "test_no_browsing_context": {
     255                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     256            }
     257        }
     258    },
     259
     260    "imported/w3c/webdriver/tests/delete_all_cookies/delete.py": {
     261        "subtests": {
     262            "test_no_top_browsing_context": {
     263                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     264            },
     265            "test_no_browsing_context": {
     266                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     267            }
     268        }
     269    },
     270
     271    "imported/w3c/webdriver/tests/delete_cookie/delete.py": {
     272        "subtests": {
     273            "test_no_top_browsing_context": {
     274                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     275            },
     276            "test_no_browsing_context": {
     277                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     278            }
     279        }
     280    },
     281
     282    "imported/w3c/webdriver/tests/dismiss_alert/dismiss.py": {
     283        "subtests": {
     284            "test_no_top_browsing_context": {
     285                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     286            },
     287            "test_no_browsing_context": {
     288                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     289            }
     290        }
     291    },
     292
     293    "imported/w3c/webdriver/tests/forward/forward.py": {
     294        "subtests": {
     295            "test_no_top_browsing_context": {
     296                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     297            },
     298            "test_no_browsing_context": {
     299                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     300            }
     301        }
     302    },
     303
     304    "imported/w3c/webdriver/tests/perform_actions/none.py": {
     305        "subtests": {
     306            "test_no_top_browsing_context": {
     307                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     308            },
     309            "test_no_browsing_context": {
     310                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     311            }
     312        }
     313    },
     314
     315    "imported/w3c/webdriver/tests/perform_actions/pointer.py": {
     316        "subtests": {
     317            "test_no_top_browsing_context": {
     318                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     319            },
     320            "test_no_browsing_context": {
     321                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     322            }
     323        }
     324    },
     325
    227326    "imported/w3c/webdriver/tests/perform_actions/pointer_contextmenu.py": {
    228327        "subtests": {
     
    245344    },
    246345
     346    "imported/w3c/webdriver/tests/perform_actions/key.py": {
     347        "subtests": {
     348            "test_no_top_browsing_context": {
     349                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     350            },
     351            "test_no_browsing_context": {
     352                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     353            }
     354        }
     355    },
     356
    247357    "imported/w3c/webdriver/tests/perform_actions/key_events.py": {
    248358        "subtests": {
     
    323433    },
    324434
     435    "imported/w3c/webdriver/tests/refresh/refresh.py": {
     436        "subtests": {
     437            "test_no_top_browsing_context": {
     438                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     439            },
     440            "test_no_browsing_context": {
     441                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     442            }
     443        }
     444    },
     445
     446    "imported/w3c/webdriver/tests/release_actions/release.py": {
     447        "subtests": {
     448            "test_no_top_browsing_context": {
     449                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     450            },
     451            "test_no_browsing_context": {
     452                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     453            }
     454        }
     455    },
     456
    325457    "imported/w3c/webdriver/tests/release_actions/sequence.py": {
    326458        "subtests": {
     
    342474        "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/217174"}}
    343475    },
     476
     477    "imported/w3c/webdriver/tests/close_window/close.py": {
     478        "subtests": {
     479            "test_no_top_browsing_context": {
     480                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     481            },
     482            "test_no_browsing_context": {
     483                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     484            },
     485            "test_close_browsing_context": {
     486                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     487            },
     488            "test_close_browsing_context_with_dismissed_beforeunload_prompt": {
     489                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     490            }
     491        }
     492    },
     493
    344494    "imported/w3c/webdriver/tests/close_window/user_prompts.py": {
    345495        "subtests": {
     
    349499        }
    350500    },
     501
     502    "imported/w3c/webdriver/tests/execute_script/execute.py": {
     503        "subtests": {
     504            "test_no_top_browsing_context": {
     505                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     506            },
     507            "test_no_browsing_context": {
     508                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     509            }
     510        }
     511    },
    351512    "imported/w3c/webdriver/tests/execute_script/json_serialize_windowproxy.py": {
    352513        "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180397"}}
    353514    },
     515
    354516    "imported/w3c/webdriver/tests/get_named_cookie/get.py": {
    355517        "subtests": {
     
    364526            "test_input[color-#ff0000-#000000]": {
    365527                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/180645"}}
     528            },
     529            "test_no_top_browsing_context": {
     530                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     531            },
     532            "test_no_browsing_context": {
     533                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
    366534            }
    367535        }
     
    376544    },
    377545
     546    "imported/w3c/webdriver/tests/element_click/click.py": {
     547        "subtests": {
     548            "test_no_top_browsing_context": {
     549                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     550            },
     551            "test_no_browsing_context": {
     552                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     553            }
     554        }
     555    },
     556
     557
    378558    "imported/w3c/webdriver/tests/element_click/interactability.py": {
    379559        "subtests": {
     
    409589            "test_find_element_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": {
    410590                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
     591            },
     592            "test_no_top_browsing_context": {
     593                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     594            },
     595            "test_no_browsing_context": {
     596                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
    411597            }
    412598        }
     
    425611            "test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": {
    426612                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
     613            },
     614            "test_no_top_browsing_context": {
     615                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     616            },
     617            "test_no_browsing_context": {
     618                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
    427619            }
    428620        }
     
    444636            "test_parent_of_document_node_errors": {
    445637                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
     638            },
     639            "test_no_top_browsing_context": {
     640                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     641            },
     642            "test_no_browsing_context": {
     643                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
    446644            }
    447645        }
     
    463661            "test_parent_of_document_node_errors": {
    464662                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
     663            },
     664            "test_no_top_browsing_context": {
     665                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     666            },
     667            "test_no_browsing_context": {
     668                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
    465669            }
    466670        }
     
    500704        }
    501705    },
     706    "imported/w3c/webdriver/tests/element_send_keys/send_keys.py": {
     707        "subtests": {
     708            "test_no_top_browsing_context": {
     709                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     710            },
     711            "test_no_browsing_context": {
     712                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     713            }
     714        }
     715    },
    502716    "imported/w3c/webdriver/tests/element_send_keys/content_editable.py": {
    503717        "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180403"}}
    504718    },
    505719
     720    "imported/w3c/webdriver/tests/execute_async_script/execute_async.py": {
     721        "subtests": {
     722            "test_no_top_browsing_context": {
     723                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     724            },
     725            "test_no_browsing_context": {
     726                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     727            }
     728        }
     729    },
     730
    506731    "imported/w3c/webdriver/tests/get_current_url/get.py": {
    507732        "subtests": {
     
    514739            "test_get_current_url_nested_browsing_context": {
    515740                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}}
    516             }
    517         }
    518     },
     741            },
     742            "test_no_top_browsing_context": {
     743                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     744            },
     745            "test_no_browsing_context": {
     746                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     747            }
     748        }
     749    },
     750
     751    "imported/w3c/webdriver/tests/navigate_to/navigate.py": {
     752        "subtests": {
     753            "test_no_top_browsing_context": {
     754                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     755            },
     756            "test_no_browsing_context": {
     757                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     758            }
     759        }
     760    },
     761
    519762    "imported/w3c/webdriver/tests/new_session/default_values.py": {
    520763        "subtests": {
     
    539782            "test_type_with_unknown_value": {
    540783                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212949"}}
     784            },
     785            "test_no_top_browsing_context": {
     786                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     787            },
     788            "test_no_browsing_context": {
     789                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
    541790            }
    542791        }
     
    578827    },
    579828
     829    "imported/w3c/webdriver/tests/fullscreen_window/fullscreen.py": {
     830        "subtests": {
     831            "test_no_top_browsing_context": {
     832                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     833            },
     834            "test_no_browsing_context": {
     835                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     836            }
     837        }
     838    },
     839
     840    "imported/w3c/webdriver/tests/get_alert_text/get.py": {
     841        "subtests": {
     842            "test_no_top_browsing_context": {
     843                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     844            },
     845            "test_no_browsing_context": {
     846                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     847            }
     848        }
     849    },
     850
     851    "imported/w3c/webdriver/tests/get_active_element/get.py": {
     852        "subtests": {
     853            "test_no_top_browsing_context": {
     854                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     855            },
     856            "test_no_browsing_context": {
     857                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     858            }
     859        }
     860    },
     861
     862    "imported/w3c/webdriver/tests/get_element_attribute/get.py": {
     863        "subtests": {
     864            "test_no_top_browsing_context": {
     865                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     866            },
     867            "test_no_browsing_context": {
     868                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     869            }
     870        }
     871    },
     872
     873    "imported/w3c/webdriver/tests/get_element_css_value/get.py": {
     874        "subtests": {
     875            "test_no_top_browsing_context": {
     876                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     877            },
     878            "test_no_browsing_context": {
     879                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     880            }
     881        }
     882    },
     883
     884    "imported/w3c/webdriver/tests/get_element_property/get.py": {
     885        "subtests": {
     886            "test_no_top_browsing_context": {
     887                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     888            },
     889            "test_no_browsing_context": {
     890                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     891            }
     892        }
     893    },
     894
     895    "imported/w3c/webdriver/tests/get_element_rect/get.py": {
     896        "subtests": {
     897            "test_no_top_browsing_context": {
     898                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     899            },
     900            "test_no_browsing_context": {
     901                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     902            }
     903        }
     904    },
     905
     906    "imported/w3c/webdriver/tests/get_element_tag_name/get.py": {
     907        "subtests": {
     908            "test_no_top_browsing_context": {
     909                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     910            },
     911            "test_no_browsing_context": {
     912                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     913            }
     914        }
     915    },
     916
    580917    "imported/w3c/webdriver/tests/get_element_tag_name/user_prompts.py": {
    581918        "subtests": {
     
    589926    },
    590927
     928    "imported/w3c/webdriver/tests/get_element_text/get.py": {
     929        "subtests": {
     930            "test_no_top_browsing_context": {
     931                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     932            },
     933            "test_no_browsing_context": {
     934                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     935            }
     936        }
     937    },
     938
     939    "imported/w3c/webdriver/tests/get_named_cookie/get.py": {
     940        "subtests": {
     941            "test_no_top_browsing_context": {
     942                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     943            },
     944            "test_no_browsing_context": {
     945                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     946            }
     947        }
     948    },
     949
     950    "imported/w3c/webdriver/tests/get_page_source/source.py": {
     951        "subtests": {
     952            "test_no_top_browsing_context": {
     953                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     954            },
     955            "test_no_browsing_context": {
     956                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     957            }
     958        }
     959    },
     960
     961    "imported/w3c/webdriver/tests/get_title/get.py": {
     962        "subtests": {
     963            "test_no_top_browsing_context": {
     964                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     965            },
     966            "test_no_browsing_context": {
     967                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     968            }
     969        }
     970    },
     971
     972    "imported/w3c/webdriver/tests/get_window_handle/get.py": {
     973        "subtests": {
     974            "test_no_top_browsing_context": {
     975                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     976            },
     977            "test_no_browsing_context": {
     978                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     979            }
     980        }
     981    },
     982
     983    "imported/w3c/webdriver/tests/get_window_handles/get.py": {
     984        "subtests": {
     985            "test_no_top_browsing_context": {
     986                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     987            },
     988            "test_no_browsing_context": {
     989                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     990            }
     991        }
     992    },
     993
     994    "imported/w3c/webdriver/tests/get_window_rect/get.py": {
     995        "subtests": {
     996            "test_no_top_browsing_context": {
     997                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     998            },
     999            "test_no_browsing_context": {
     1000                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1001            }
     1002        }
     1003    },
     1004
    5911005    "imported/w3c/webdriver/tests/print/printcmd.py": {
    5921006        "expected": { "all": { "status": ["SKIP"], "bug": "webkit.org/b/217173"}}
     
    6151029            "test_xml_always_not_enabled": {
    6161030                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/205923"}}
     1031            },
     1032            "test_no_top_browsing_context": {
     1033                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1034            },
     1035            "test_no_browsing_context": {
     1036                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1037            }
     1038        }
     1039    },
     1040
     1041    "imported/w3c/webdriver/tests/is_element_selected/selected.py": {
     1042        "subtests": {
     1043            "test_no_top_browsing_context": {
     1044                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1045            },
     1046            "test_no_browsing_context": {
     1047                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
    6171048            }
    6181049        }
     
    6211052        "expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/192978"}}
    6221053    },
     1054
     1055    "imported/w3c/webdriver/tests/switch_to_parent_frame/switch.py": {
     1056        "subtests": {
     1057            "test_no_top_browsing_context": {
     1058                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1059            },
     1060            "test_no_browsing_context": {
     1061                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1062            }
     1063        }
     1064    },
    6231065    "imported/w3c/webdriver/tests/switch_to_frame/cross_origin.py": {
    6241066        "subtests": {
    6251067            "test_nested_cross_origin_iframe": {
    6261068                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/205994"}}
     1069            }
     1070        }
     1071    },
     1072
     1073    "imported/w3c/webdriver/tests/switch_to_frame/switch.py": {
     1074        "subtests": {
     1075            "test_no_top_browsing_context[None]": {
     1076                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1077            },
     1078            "test_no_top_browsing_context[0]": {
     1079                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1080            },
     1081            "test_no_top_browsing_context[id2]": {
     1082                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1083            },
     1084            "test_no_browsing_context[None]": {
     1085                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1086            },
     1087            "test_no_browsing_context[0]": {
     1088                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1089            },
     1090            "test_no_browsing_context[id2]": {
     1091                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1092            }
     1093        }
     1094    },
     1095
     1096
     1097    "imported/w3c/webdriver/tests/take_element_screenshot/screenshot.py": {
     1098        "subtests": {
     1099            "test_no_top_browsing_context": {
     1100                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1101            },
     1102            "test_no_browsing_context": {
     1103                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1104            }
     1105        }
     1106    },
     1107
     1108    "imported/w3c/webdriver/tests/take_screenshot/screenshot.py": {
     1109        "subtests": {
     1110            "test_no_top_browsing_context": {
     1111                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
     1112            },
     1113            "test_no_browsing_context": {
     1114                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
    6271115            }
    6281116        }
Note: See TracChangeset for help on using the changeset viewer.