forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestExpectations.json
987 lines (987 loc) · 49.4 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
{
"imported/selenium/py/test/selenium/webdriver/common/alerts_tests.py": {
"subtests": {
"testShouldAllowUsersToAcceptAnAlertInAFrame": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181727"}}
},
"testShouldAllowUsersToAcceptAnAlertInANestedFrame": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181727"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/api_example_tests.py": {
"subtests": {
"testGetLogTypes": {
"expected": {"all": {"status": ["SKIP"]}}
},
"testGetLog": {
"expected": {"all": {"status": ["SKIP"]}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/appcache_tests.py": {
"expected": {"all": {"status": ["SKIP"]}}
},
"imported/selenium/py/test/selenium/webdriver/common/click_scrolling_tests.py": {
"subtests": {
"testShouldBeAbleToClickOnAnElementHiddenByDoubleOverflow": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174902"}}
},
"testShouldNotScrollIfAlreadyScrolledAndElementIsInView": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181729"}}
},
"testShouldScrollOverflowElementsIfClickPointIsOutOfViewButElementIsInView": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181730"}}
},
"testShouldBeAbleToClickElementInAFrameThatIsOutOfView": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}
},
"testShouldBeAbleToClickElementThatIsOutOfViewInAFrame": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}
},
"testShouldBeAbleToClickElementThatIsOutOfViewInAFrameThatIsOutOfView": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}
},
"testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrame": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}
},
"testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}
},
"testShouldBeAbleToClickElementInATallFrame": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181731"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/correct_event_firing_tests.py": {
"subtests": {
"testShouldEmitOnChangeEventsWhenChangingTheStateOfACheckbox": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181732"}}
},
"testClearingAnElementShouldCauseTheOnChangeHandlerToFire": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181732"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/form_handling_tests.py": {
"subtests": {
"testShouldThrowAnExceptionWhenSelectingAnUnselectableElement": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181733"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/frame_switching_tests.py": {
"subtests": {
"testShouldNotSwitchMagicallyToTheTopWindow": {
"expected": {"all": {"slow": true}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/interactions_tests.py": {
"subtests": {
"testClickingOnFormElements": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"testSelectingMultipleItems": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"testSendingKeysToActiveElementWithModifier": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/position_and_size_tests.py": {
"subtests": {
"testShouldGetCoordinatesOfAnElementInAFrame": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181735"}}
},
"testShouldGetCoordinatesOfAnElementInANestedFrame": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181735"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/page_load_timeout_tests.py": {
"subtests": {
"testClickShouldTimeout": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182332"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/select_class_tests.py": {
"subtests": {
"testSelectByVisibleTextShouldNormalizeSpaces": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}}
},
"testSelectByIndexMultiple": {
"expected": {"all": {"slow": true}}
},
"testSelectByValueMultiple": {
"expected": {"all": {"slow": true}}
},
"testSelectByVisibleTextMultiple": {
"expected": {"all": {"slow": true}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/text_handling_tests.py": {
"subtests": {
"testReadALargeAmountOfData": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181737"}}
},
"testShouldConvertANonBreakingSpaceIntoANormalSpaceCharacter": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}}
},
"testShouldTreatANonBreakingSpaceAsAnyOtherWhitespaceCharacterWhenCollapsingWhitespace": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}}
},
"testHavingInlineElementsShouldNotAffectHowTextIsReturned": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}}
},
"testShouldBeAbleToSetMoreThanOneLineOfTextInATextArea": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}}
},
"testShouldHandleSiblingBlockLevelElements": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}}
},
"testShouldOnlyIncludeVisibleText": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/174617"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/typing_tests.py": {
"subtests": {
"testNumericShiftKeys": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182333"}}
},
"testUppercaseAlphaKeys": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182333"}}
},
"testAllPrintableKeys": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182333"}}
},
"testNumberpadAndFunctionKeys": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182333"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py": {
"subtests": {
"testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
},
"testShouldNotBeAbleToToggleAnElementThatIsNotDisplayed": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
},
"testShouldNotBeAbleToSelectAnElementThatIsNotDisplayed": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
},
"testShouldNotBeAbleToTypeAnElementThatIsNotDisplayed": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
},
"testShouldSayElementsWithNegativeTransformAreNotDisplayed": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
},
"testShouldSayElementsWithParentWithNegativeTransformAreNotDisplayed": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/w3c_interaction_tests.py": {
"subtests": {
"testSendingKeysToActiveElementWithModifier": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
}
}
},
"imported/selenium/py/test/selenium/webdriver/common/window_switching_tests.py": {
"subtests": {
"testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184963"}}
},
"testCanCallGetWindowHandlesAfterClosingAWindow": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184963"}}
}
}
},
"imported/w3c/webdriver/tests/actions/key.py": {
"subtests": {
"test_single_printable_key_sends_correct_events[\\xe0-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_single_printable_key_sends_correct_events[\\u0416-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_single_printable_key_sends_correct_events[\\u2603-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_single_printable_key_sends_correct_events[\\uf6c2-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_single_emoji_records_correct_key[\\U0001f604]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_single_emoji_records_correct_key[\\U0001f60d]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_single_modifier_key_sends_correct_events[\\ue053-OSRight-Meta]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_single_modifier_key_sends_correct_events[\\ue009-ControlLeft-Control]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_sequence_of_keydown_printable_keys_sends_events": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
}
}
},
"imported/w3c/webdriver/tests/actions/key_shortcuts.py": {
"subtests": {
"test_mod_a_and_backspace_deletes_all_text": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_mod_a_mod_c_right_mod_v_pastes_text": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_mod_a_mod_x_deletes_all_text": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
}
}
},
"imported/w3c/webdriver/tests/actions/modifier_click.py": {
"subtests": {
"test_many_modifiers_click": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
}
}
},
"imported/w3c/webdriver/tests/actions/pointer_origin.py": {
"subtests": {
"test_element_larger_than_viewport": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
}
}
},
"imported/w3c/webdriver/tests/actions/sequence.py": {
"subtests": {
"test_release_char_sequence_sends_keyup_events_in_reverse": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
}
}
},
"imported/w3c/webdriver/tests/actions/special_keys.py": {
"subtests": {
"test_webdriver_special_key_sends_keydown[F12-expected10]": {
"expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F11-expected47]": {
"expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F5-expected55]": {
"expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[SHIFT-expected3]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_ARROWRIGHT-expected4]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[PAGE_UP-expected6]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_PAGEUP-expected7]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[META-expected11]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[NULL-expected15]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[SUBTRACT-expected16]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[CONTROL-expected17]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_META-expected19]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[SEMICOLON-expected20]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[NUMPAD4-expected22]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_ALT-expected25]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[DECIMAL-expected27]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_DELETE-expected29]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[PAGE_DOWN-expected30]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[PAUSE-expected31]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_ARROWUP-expected34]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[CLEAR-expected36]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_ARROWLEFT-expected37]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[EQUALS-expected38]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_PAGEDOWN-expected39]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[ADD-expected40]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[NUMPAD1-expected41]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_INSERT-expected42]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[ENTER-expected43]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[CANCEL-expected44]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[NUMPAD6-expected45]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_END-expected48]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[NUMPAD7-expected49]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[NUMPAD2-expected50]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F5-expected55]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F6-expected56]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F6-expected56]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F7-expected57]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F7-expected57]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F8-expected58]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F8-expected58]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F9-expected59]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[F9-expected59]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[NUMPAD8-expected60]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[NUMPAD8-expected60]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[NUMPAD5-expected61]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[NUMPAD5-expected61]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_CONTROL-expected62]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_CONTROL-expected62]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_HOME-expected63]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_HOME-expected63]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[ZENKAKUHANKAKU-expected64]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[ZENKAKUHANKAKU-expected64]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_SHIFT-expected65]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_SHIFT-expected65]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[SEPARATOR-expected66]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[SEPARATOR-expected66]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[ALT-expected67]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[ALT-expected67]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_ARROWDOWN-expected68]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[R_ARROWDOWN-expected68]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[DELETE-expected69]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_webdriver_special_key_sends_keydown[DELETE-expected69]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_multiple_codepoint_keys_behave_correctly[f]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_multiple_codepoint_keys_behave_correctly[f]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_multiple_codepoint_keys_behave_correctly[\u0ba8\u0bbf]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_multiple_codepoint_keys_behave_correctly[\u0ba8\u0bbf]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_multiple_codepoint_keys_behave_correctly[\u1100\u1161\u11a8]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_multiple_codepoint_keys_behave_correctly[\u1100\u1161\u11a8]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_invalid_multiple_codepoint_keys_fail[fa]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_invalid_multiple_codepoint_keys_fail[fa]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbfb]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbfb]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbf\u0ba8]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_invalid_multiple_codepoint_keys_fail[\u0ba8\u0bbf\u0ba8]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_invalid_multiple_codepoint_keys_fail[\u1100\u1161\u11a8c]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
},
"test_invalid_multiple_codepoint_keys_fail[\u1100\u1161\u11a8c]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}}
}
}
},
"imported/w3c/webdriver/tests/execute_script/json_serialize_windowproxy.py": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180397"}}
},
"imported/w3c/webdriver/tests/get_named_cookie/get.py": {
"subtests": {
"test_duplicated_cookie": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182330"}}
}
}
},
"imported/w3c/webdriver/tests/page_source/source.py": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180399"}}
},
"imported/w3c/webdriver/tests/element_click/bubbling.py": {
"subtests": {
"test_spin_event_loop": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180400"}}
}
}
},
"imported/w3c/webdriver/tests/find_element/find.py": {
"subtests": {
"test_find_element_link_text[<a href=#>link<br>text</a>-link\ntext]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_element_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_element_partial_link_text[<a href=#>partial link<br>text</a>-k\nt]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_element_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
}
}
},
"imported/w3c/webdriver/tests/find_elements/find.py": {
"subtests": {
"test_find_elements_link_text[<a href=#>link<br>text</a>-link\ntext]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_elements_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_elements_partial_link_text[<a href=#>partial link<br>text</a>-k\nt]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
}
}
},
"imported/w3c/webdriver/tests/find_elements_from_element/find.py": {
"subtests": {
"test_find_elements_link_text[<a href=#>link<br>text</a>-link\ntext]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_elements_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_elements_partial_link_text[<a href=#>partial link<br>text</a>-k\nt]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
}
}
},
"imported/w3c/webdriver/tests/find_element_from_element/find.py": {
"subtests": {
"test_find_element_link_text[<a href=#>link<br>text</a>-link\ntext]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_element_link_text[<a href=# style='text-transform: uppercase'>link text</a>-LINK TEXT]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_element_partial_link_text[<a href=#>partial link<br>text</a>-k\nt]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
},
"test_find_element_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184964"}}
}
}
},
"imported/w3c/webdriver/tests/element_send_keys/form_controls.py": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182331"}}
},
"imported/w3c/webdriver/tests/element_send_keys/interactability.py": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181644"}}
},
"imported/w3c/webdriver/tests/element_send_keys/scroll_into_view.py": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181644"}}
},
"imported/w3c/webdriver/tests/execute_script/collections.py": {
"subtests": {
"test_arguments": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}}
},
"test_file_list": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}}
},
"test_html_all_collection": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}}
}
}
},
"imported/w3c/webdriver/tests/execute_async_script/collections.py": {
"subtests": {
"test_arguments": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}}
},
"test_file_list": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}}
},
"test_html_all_collection": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184966"}}
}
}
},
"imported/w3c/webdriver/tests/execute_script/user_prompts.py": {
"subtests": {
"test_handle_prompt_dismiss_and_notify": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
},
"test_handle_prompt_accept_and_notify": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
},
"test_handle_prompt_ignore": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
},
"test_handle_prompt_default": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
},
"test_handle_prompt_twice": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
}
}
},
"imported/w3c/webdriver/tests/execute_async_script/user_prompts.py": {
"subtests": {
"test_handle_prompt_dismiss_and_notify": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
},
"test_handle_prompt_accept_and_notify": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
},
"test_handle_prompt_ignore": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
},
"test_handle_prompt_default": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
},
"test_handle_prompt_twice": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184965"}}
}
}
},
"imported/w3c/webdriver/tests/element_send_keys/content_editable.py": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180403"}}
},
"imported/w3c/webdriver/tests/element_clear/clear.py": {
"subtests": {
"test_pointer_interactable": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[number-42-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[range-42-50]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[[email protected]]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[password-password-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[search-search-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[tel-999-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[text-text-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[url-https://example.com/-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[color-#ff0000-#000000]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[date-2017-12-26-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[datetime-2017-12-26T19:48-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[datetime-local-2017-12-26T19:48-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[time-19:48-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[month-2017-11-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input[week-2017-W52-]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_textarea": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input_file": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_input_file_multiple": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_select": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_button": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_button_with_subtree": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_contenteditable": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_designmode": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[number-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[range-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[email-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[url-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[color-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[date-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[datetime-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[datetime-local-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[time-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[month-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_resettable_element_does_not_satisfy_validation_constraints[week-foo]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_non_editable_inputs[checkbox]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_non_editable_inputs[radio]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_non_editable_inputs[hidden]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_non_editable_inputs[submit]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_non_editable_inputs[button]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_non_editable_inputs[image]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
},
"test_scroll_into_view": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180404"}}
}
}
},
"imported/w3c/webdriver/tests/get_current_url/get.py": {
"subtests": {
"test_set_malformed_url": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}}
},
"test_get_current_url_after_modified_location": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}}
},
"test_get_current_url_nested_browsing_context": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180405"}}
}
}
},
"imported/w3c/webdriver/tests/new_session/invalid_capabilities.py": {
"subtests": {
"test_invalid_values[proxy-1-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-1-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value28-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value28-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-{}-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-{}-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value30-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value30-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value31-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value31-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value32-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value32-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value33-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value33-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value34-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value34-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value35-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value35-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value36-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value36-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value37-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value37-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value38-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value38-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value39-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value39-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value40-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value40-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value41-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value41-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value42-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value42-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value43-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value43-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value44-body0]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
},
"test_invalid_values[proxy-value44-body1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180408"}}
}
}
},
"imported/w3c/webdriver/tests/new_session/default_values.py": {
"subtests": {
"test_valid_but_unmatchable_key": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180410"}}
}
}
},
"imported/w3c/webdriver/tests/get_element_property/get.py": {
"subtests": {
"test_element_not_found": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}}
}
}
},
"imported/w3c/webdriver/tests/get_element_attribute/get.py": {
"subtests": {
"test_element_not_found": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}}
},
"test_boolean_attribute[button-attrs1]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}}
},
"test_boolean_attribute[dialog-attrs3]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}}
},
"test_boolean_attribute[form-attrs5]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}}
},
"test_boolean_attribute[iframe-attrs6]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}}
},
"test_boolean_attribute[img-attrs7]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}}
},
"test_boolean_attribute[input-attrs8]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}}
},
"test_boolean_attribute[menuitem-attrs9]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}}
},
"test_boolean_attribute[object-attrs10]": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}}
},
"test_global_boolean_attributes": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180415"}}
}
}
},
"imported/w3c/webdriver/tests/get_element_tag_name/get.py": {
"subtests": {
"test_element_not_found": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}}
}
}
},
"imported/w3c/webdriver/tests/get_element_text/get.py": {
"subtests": {
"test_getting_text_of_a_non_existant_element_is_an_error": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180413"}}
}
}
},
"imported/w3c/webdriver/tests/set_window_rect/set.py": {
"subtests": {
"test_negative_x_y": {
"expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/180418"}}
}
}
}
}