Changeset 268784 in webkit
- Timestamp:
- Oct 20, 2020, 9:25:38 PM (6 years ago)
- Location:
- trunk/WebDriverTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestExpectations.json (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebDriverTests/ChangeLog
r268723 r268784 1 2020-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 1 16 2020-10-20 Carlos Garcia Campos <cgarcia@igalia.com> 2 17 -
trunk/WebDriverTests/TestExpectations.json
r268717 r268784 225 225 }, 226 226 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 227 326 "imported/w3c/webdriver/tests/perform_actions/pointer_contextmenu.py": { 228 327 "subtests": { … … 245 344 }, 246 345 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 247 357 "imported/w3c/webdriver/tests/perform_actions/key_events.py": { 248 358 "subtests": { … … 323 433 }, 324 434 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 325 457 "imported/w3c/webdriver/tests/release_actions/sequence.py": { 326 458 "subtests": { … … 342 474 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/217174"}} 343 475 }, 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 344 494 "imported/w3c/webdriver/tests/close_window/user_prompts.py": { 345 495 "subtests": { … … 349 499 } 350 500 }, 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 }, 351 512 "imported/w3c/webdriver/tests/execute_script/json_serialize_windowproxy.py": { 352 513 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180397"}} 353 514 }, 515 354 516 "imported/w3c/webdriver/tests/get_named_cookie/get.py": { 355 517 "subtests": { … … 364 526 "test_input[color-#ff0000-#000000]": { 365 527 "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"}} 366 534 } 367 535 } … … 376 544 }, 377 545 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 378 558 "imported/w3c/webdriver/tests/element_click/interactability.py": { 379 559 "subtests": { … … 409 589 "test_find_element_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": { 410 590 "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"}} 411 597 } 412 598 } … … 425 611 "test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": { 426 612 "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"}} 427 619 } 428 620 } … … 444 636 "test_parent_of_document_node_errors": { 445 637 "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"}} 446 644 } 447 645 } … … 463 661 "test_parent_of_document_node_errors": { 464 662 "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"}} 465 669 } 466 670 } … … 500 704 } 501 705 }, 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 }, 502 716 "imported/w3c/webdriver/tests/element_send_keys/content_editable.py": { 503 717 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180403"}} 504 718 }, 505 719 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 506 731 "imported/w3c/webdriver/tests/get_current_url/get.py": { 507 732 "subtests": { … … 514 739 "test_get_current_url_nested_browsing_context": { 515 740 "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 519 762 "imported/w3c/webdriver/tests/new_session/default_values.py": { 520 763 "subtests": { … … 539 782 "test_type_with_unknown_value": { 540 783 "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"}} 541 790 } 542 791 } … … 578 827 }, 579 828 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 580 917 "imported/w3c/webdriver/tests/get_element_tag_name/user_prompts.py": { 581 918 "subtests": { … … 589 926 }, 590 927 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 591 1005 "imported/w3c/webdriver/tests/print/printcmd.py": { 592 1006 "expected": { "all": { "status": ["SKIP"], "bug": "webkit.org/b/217173"}} … … 615 1029 "test_xml_always_not_enabled": { 616 1030 "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"}} 617 1048 } 618 1049 } … … 621 1052 "expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/192978"}} 622 1053 }, 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 }, 623 1065 "imported/w3c/webdriver/tests/switch_to_frame/cross_origin.py": { 624 1066 "subtests": { 625 1067 "test_nested_cross_origin_iframe": { 626 1068 "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"}} 627 1115 } 628 1116 }
Note:
See TracChangeset
for help on using the changeset viewer.