forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestExpectations.json
2528 lines (2464 loc) · 128 KB
/
TestExpectations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"imported/selenium/py/test/selenium/webdriver/common/alerts_tests.py": {
"subtests": {
"testShouldHandleAlertOnPageBeforeUnload": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
},
"test_unexpected_alert_present_exception_contains_alert_text": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279149"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/api_example_tests.py": {
"subtests": {
"test_get_log_types": {
"expected": {"all": {"status": ["SKIP"], "note": "Non-standard API"}}
},
"test_get_log": {
"expected": {"all": {"status": ["SKIP"], "note": "Non-standard API"}}
},
"test_move_window_position": {
"expected": {"wpe": {"status": ["SKIP"], "note": "Related to setWindowRect, but Wayland does not allow setting client position"}}
},
"test_change_window_size": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/279100"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/appcache_tests.py": {
"expected": {"all": {"status": ["SKIP"]}}
},
"imported/selenium/py/test/selenium/webdriver/common/driver_element_finding_tests.py": {
"subtests": {
"test_finding_asingle_element_by_empty_tag_name_should_throw": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279168"}}
},
"test_finding_multiple_elements_by_empty_tag_name_should_throw": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279168"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/click_scrolling_tests.py": {
"subtests": {
"test_should_not_scroll_if_already_scrolled_and_element_is_in_view": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181729"}}
},
"test_should_scroll_overflow_elements_if_click_point_is_out_of_view_but_element_is_in_view": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181730"}}
},
"test_should_be_able_to_click_element_in_aframe_that_is_out_of_view": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}
},
"test_should_be_able_to_click_element_that_is_out_of_view_in_aframe_that_is_out_of_view": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}
},
"test_should_be_able_to_click_element_that_is_out_of_view_in_anested_frame": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/216026"}}
},
"test_should_be_able_to_click_element_that_is_out_of_view_in_anested_frame_that_is_out_of_view": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}
},
"test_should_be_able_to_click_on_an_element_hidden_by_double_overflow": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/216026"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/cookie_tests.py": {
"subtests": {
"test_add_cookie": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
},
"test_get_all_cookies": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
},
"test_should_not_delete_cookies_with_asimilar_name": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/frame_switching_tests.py": {
"subtests": {
"testShouldNotSwitchMagicallyToTheTopWindow": {
"expected": {"all": {"slow": true}}
},
"testShouldFocusOnTheReplacementWhenAFrameFollowsALinkToA_TopTargetedPage": {
"expected": {"all": {"status": ["FAIL"], "reason": "Marked fail upstream through annotations for remote and safari."}}
},
"testShouldNotBeAbleToDoAnythingTheFrameIsDeletedFromUnderUs": {
"expected": {"all": {"status": ["FAIL"], "reason": "Marked fail upstream through annotations for gtk and safari."}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/interactions_tests.py": {
"subtests": {
"testClickingOnFormElements": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"testDoubleClick": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/174674"}}
},
"testSelectingMultipleItems": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"testSendingKeysToActiveElementWithModifier": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/215588"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/page_load_timeout_tests.py": {
"subtests": {
"testClickShouldTimeout": {
"expected": {
"gtk": {"status": ["SKIP"], "bug": "webkit.org/b/188118"},
"wpe": {"status": ["SKIP"], "bug": "webkit.org/b/188118"}
}
}
}
},
"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"}}
},
"testShouldGetCoordinatesOfAnElementWithFixedPosition": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213139"}}
},
"testShouldGetCoordinatesOfAnElement[hidden]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211492"}}
},
"testShouldGetCoordinatesOfAnInvisibleElement": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211492"}}
},
"testShouldScrollPageAndGetCoordinatesOfAnElementThatIsOutOfViewPort": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213139"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/select_class_tests.py": {
"subtests": {
"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": {
"testShouldBeAbleToSetMoreThanOneLineOfTextInATextArea": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}}
},
"testShouldHandleSiblingBlockLevelElements": {
"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"}}
},
"testArrowKeysAndPageUpAndDown": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213961"}}
},
"testNumberpadAndFunctionKeys": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213961"}}
},
"testShouldFireKeyPressEvents": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"testWillSimulateAKeyPressWhenEnteringTextIntoInputElements" : {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"testWillSimulateAKeyPressWhenEnteringTextIntoTextAreas" : {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/w3c_interaction_tests.py": {
"subtests": {
"testSendingKeysToActiveElementWithModifier": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212953"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/window_switching_tests.py": {
"subtests": {
"testCanCallGetWindowHandlesAfterClosingAWindow": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184963"}}
},
"testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang": {
"expected": {
"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/184963"},
"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/188509"}
}
},
"testShouldBeAbleToCreateANewWindow": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212949"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/window_tests.py": {
"subtests": {
"notes": "Some WPE tests are skipped as they make selenium's conftest teardown to fail regardless fo FAIL",
"test_should_fullscreen_the_current_window": {
"expected": {
"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"},
"wpe": {"status": ["SKIP"], "bug": "webkit.org/b/212950"}
}
},
"testShouldMaximizeTheWindow": {
"expected": {
"wpe": {"status": ["SKIP"], "bug": "webkit.org/b/212950"}
}
},
"test_should_minimize_the_current_window": {
"expected": {
"wpe": {"status": ["SKIP"], "bug": "webkit.org/b/212950"}
}
},
"test_should_set_the_rect_of_the_current_window": {
"expected": {
"wpe": {"status": ["SKIP"], "bug": "webkit.org/b/212950"}
}
},
"test_should_set_the_position_of_the_current_window": {
"expected": {
"wpe": {"status": ["SKIP"], "bug": "webkit.org/b/212950"}
}
},
"test_should_set_the_size_of_the_current_window": {
"expected": {
"wpe": {"status": ["SKIP"], "bug": "webkit.org/b/212950"}
}
}
}
},
"imported/selenium/py/test/selenium/webdriver/support/relative_by_tests.py": {
"subtests": {
"test_should_be_able_to_find_elements_above_another": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_should_be_able_to_combine_filters": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_should_be_able_to_find_first_one": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_should_be_able_to_find_first_one_by_locator": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_should_be_able_to_find_elements_above_another_by_locator": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_should_be_able_to_combine_filters_by_locator": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_should_be_able_to_use_css_selectors": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_should_be_able_to_use_css_selectors_by_locator": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_should_be_able_to_use_xpath": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_should_be_able_to_use_xpath_by_locator": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_no_such_element_is_raised_rather_than_index_error": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_no_such_element_is_raised_rather_than_index_error_by_locator": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_near_locator_should_find_near_elements": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_near_locator_should_find_near_elements_by_locator": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_near_locator_should_not_find_far_elements": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_near_locator_should_not_find_far_elements_by_locator": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_near_locator_should_find_far_elements": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
},
"test_near_locator_should_find_far_elements_by_locator": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213451"}}
}
}
},
"imported/w3c/webdriver/tests/classic/add_cookie/add.py": {
"subtests": {
"test_add_cookie_for_ip": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
},
"test_add_cookie_with_valid_samesite_flag[None]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
},
"test_add_domain_cookie": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
},
"test_add_session_cookie": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
},
"test_add_session_cookie_with_leading_dot_character_in_domain": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
},
"test_add_non_session_cookie": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
},
"test_cookie_unsupported_scheme[about]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/230616"}}
},
"test_cookie_unsupported_scheme[blob]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/230616"}}
},
"test_cookie_unsupported_scheme[data]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/230616"}}
},
"test_cookie_unsupported_scheme[file]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/230616"}}
},
"test_cookie_unsupported_scheme[ftp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/230616"}}
},
"test_cookie_unsupported_scheme[javascript]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/230616"}}
},
"test_cookie_unsupported_scheme[websocket]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/230616"}}
},
"test_cookie_unsupported_scheme[secure websocket]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/230616"}}
}
}
},
"imported/w3c/webdriver/tests/classic/back/back.py": {
"subtests": {
"test_cross_origin[capabilities0]": {
"expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
},
"test_data_urls": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_dismissed_beforeunload": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_fragments": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_history_pushstate": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_top_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_browsing_history": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_null_response_value": {
"expected": {"wpe": {"status": ["PASS"], "bug": "webkit.org/b/212950"}}
}
}
},
"imported/w3c/webdriver/tests/classic/delete_all_cookies/user_prompts.py": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
},
"imported/w3c/webdriver/tests/classic/delete_cookie/user_prompts.py": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/279079"}}
},
"imported/w3c/webdriver/tests/classic/forward/forward.py": {
"subtests": {
"test_cross_origin[capabilities0]": {
"expected": {"all": {"status": ["TIMEOUT"], "bug": "webkit.org/b/233391"}}
},
"test_data_urls": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_dismissed_beforeunload": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_fragments": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_history_pushstate": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_top_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_browsing_history": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_null_response_value": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/none.py": {
"subtests": {
"test_no_top_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/pointer.py": {
"subtests": {
"test_drag_and_drop_with_draggable_element[0]": {
"expected": {
"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/157179"},
"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/214141"}
}
},
"test_drag_and_drop_with_draggable_element[300]": {
"expected": {
"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/157179"},
"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/214141"}
}
},
"test_drag_and_drop_with_draggable_element[800]": {
"expected": {
"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/157179"},
"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/214141"}
}
},
"test_no_top_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/pointer_contextmenu.py": {
"subtests": {
"test_release_control_click": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213060"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/pointer_dblclick.py": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/174674"}}
},
"imported/w3c/webdriver/tests/classic/perform_actions/pointer_tripleclick.py": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/174674"}}
},
"imported/w3c/webdriver/tests/classic/perform_actions/pointer_pause_dblclick.py": {
"subtests": {
"test_dblclick_with_pause_after_second_pointerdown": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/174674"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/key.py": {
"subtests": {
"test_no_top_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/key_events.py": {
"subtests": {
"test_modifier_key_sends_correct_events[\\ue03d-META]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_modifier_key_sends_correct_events[\\ue053-R_META]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_special_key_sends_keydown[META-expected30]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_special_key_sends_keydown[R_META-expected58]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_special_key_sends_keydown[SEMICOLON-expected62]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_special_key_sends_keydown[PAUSE-expected45]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_special_key_sends_keydown[EQUALS-expected12]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_special_key_sends_keydown[ENTER-expected11]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_special_key_sends_keydown[CANCEL-expected3]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_special_key_sends_keydown[ZENKAKUHANKAKU-expected69]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_special_key_sends_keydown[SEPARATOR-expected63]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_printable_key_sends_correct_events[a-KeyA0]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_printable_key_sends_correct_events[a-KeyA1]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_printable_key_sends_correct_events[,-Comma]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_printable_key_sends_correct_events[@-Digit2]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_printable_key_sends_correct_events[\"-Quote]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_printable_key_sends_correct_events[\\u0416-]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_printable_key_sends_correct_events[\\u2603-]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_printable_key_sends_correct_events[\\uf6c2-]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_printable_key_sends_correct_events[\\xe0-]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[ADD-expected0]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[DECIMAL-expected6]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[DIVIDE-expected8]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[MULTIPLY-expected31]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NULL-expected32]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NUMPAD0-expected33]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NUMPAD1-expected34]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NUMPAD2-expected35]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NUMPAD3-expected36]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NUMPAD4-expected37]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NUMPAD5-expected38]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NUMPAD6-expected39]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NUMPAD7-expected40]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NUMPAD8-expected41]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[NUMPAD9-expected42]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[SPACE-expected65]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_special_key_sends_keydown[SUBTRACT-expected66]": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_sequence_of_keydown_printable_keys_sends_events": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
},
"test_sequence_of_keydown_printable_characters_sends_events": {
"expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/key_modifiers.py": {
"subtests": {
"test_shift_modifier_generates_capital_letters[\\ue008]": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212953"}}
},
"test_shift_modifier_generates_capital_letters[\\ue050]": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212953"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/key_shortcuts.py": {
"subtests": {
"test_mod_a_mod_c_right_mod_v_pastes_text": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/213122"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/wheel.py": {
"subtests": {
"test_no_top_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
}
}
},
"imported/w3c/webdriver/tests/classic/refresh/refresh.py": {
"subtests": {
"test_no_top_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
}
}
},
"imported/w3c/webdriver/tests/classic/release_actions/release.py": {
"subtests": {
"test_no_top_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
},
"test_no_browsing_context": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/212950"}}
}
}
},
"imported/w3c/webdriver/tests/classic/release_actions/sequence.py": {
"subtests": {
"test_release_char_sequence_sends_keyup_events_in_reverse": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_release_mouse_sequence_resets_dblclick_state": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_no_release_mouse_sequence_keeps_dblclick_state": {
"expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/174674"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/key_special_keys.py": {
"subtests": {
"test_codepoint_keys_behave_correctly[\\u0ba8\\u0bbf]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_codepoint_keys_behave_correctly[\\u1100\\u1161\\u11a8]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
}
}
},
"imported/w3c/webdriver/tests/classic/perform_actions/invalid.py": {
"subtests": {
"test_pointer_action_common_properties_dimensions_invalid_type[None-width-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[None-width-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[None-width-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[None-height-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[None-height-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[None-height-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[foo-width-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[foo-width-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[foo-width-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[foo-height-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[foo-height-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[foo-height-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[True-width-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[True-width-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[True-width-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[True-height-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[True-height-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[True-height-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[0.1-width-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[0.1-width-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[0.1-width-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[0.1-height-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[0.1-height-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[0.1-height-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value4-width-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value4-width-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value4-width-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value4-height-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value4-height-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value4-height-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value5-width-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value5-width-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value5-width-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value5-height-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value5-height-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_type[value5-height-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[-1-width-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[-1-width-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[-1-width-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[-1-height-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[-1-height-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[-1-height-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-width-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-width-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-width-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-height-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-height-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_dimensions_invalid_value[9007199254740992-height-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[None-pressure-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[None-pressure-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[None-pressure-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[None-tangentialPressure-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[None-tangentialPressure-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[None-tangentialPressure-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[foo-pressure-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[foo-pressure-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[foo-pressure-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[foo-tangentialPressure-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[foo-tangentialPressure-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[foo-tangentialPressure-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[True-pressure-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[True-pressure-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[True-pressure-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[True-tangentialPressure-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[True-tangentialPressure-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[True-tangentialPressure-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value3-pressure-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value3-pressure-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value3-pressure-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value3-tangentialPressure-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value3-tangentialPressure-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value3-tangentialPressure-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value4-pressure-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value4-pressure-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value4-pressure-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value4-tangentialPressure-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value4-tangentialPressure-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_pressure_invalid_type[value4-tangentialPressure-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[None-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[None-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[None-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[foo-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[foo-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[foo-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[True-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[True-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[True-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[0.1-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[0.1-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[0.1-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[value4-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[value4-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[value4-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[value5-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[value5-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_type[value5-pointerUp]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_value[-1-pointerDown]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_value[-1-pointerMove]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/270895"}}
},
"test_pointer_action_common_properties_twist_invalid_value[-1-pointerUp]": {