forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
puppeteer-expected.json
2027 lines (2027 loc) · 70.7 KB
/
puppeteer-expected.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
{
"Accessibility should work (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility should report uninteresting nodes (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility roledescription (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility orientation (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility autocomplete (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility multiselectable (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility keyshortcuts (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes should not report text nodes inside controls (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes rich text editable fields should have children (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes rich text editable fields with role should have children (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes non editable textbox with role and tabIndex and label should not have children (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes checkbox with and tabIndex and label should not have children (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes checkbox without label should not have children (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes plaintext contenteditable plain text field with role should not have children (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes plaintext contenteditable plain text field without role should not have content (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes plaintext contenteditable plain text field with tabindex and without role should not have content (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes root option should work a button (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes root option should work an input (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes root option should work a menu (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes root option should return null when the element is no longer in DOM (accessibility.spec.ts)": [
"SKIP"
],
"Accessibility filtering children of leaf nodes root option should support the interestingOnly option (accessibility.spec.ts)": [
"SKIP"
],
"Browser specs Browser.version should return whether we are in headless (browser.spec.ts)": [
"PASS"
],
"Browser specs Browser.userAgent should include WebKit (browser.spec.ts)": [
"PASS"
],
"Browser specs Browser.target should return browser target (browser.spec.ts)": [
"PASS"
],
"Browser specs Browser.process should return child_process instance (browser.spec.ts)": [
"PASS"
],
"Browser specs Browser.process should not return child_process for remote browser (browser.spec.ts)": [
"PASS"
],
"Browser specs Browser.isConnected should set the browser connected state (browser.spec.ts)": [
"PASS"
],
"BrowserContext should have default context (browsercontext.spec.ts)": [
"PASS"
],
"BrowserContext should create new incognito context (browsercontext.spec.ts)": [
"PASS"
],
"BrowserContext should close all belonging targets once closing context (browsercontext.spec.ts)": [
"PASS"
],
"BrowserContext window.open should use parent tab context (browsercontext.spec.ts)": [
"FAIL"
],
"BrowserContext should fire target events (browsercontext.spec.ts)": [
"FAIL"
],
"BrowserContext should wait for a target (browsercontext.spec.ts)": [
"TIMEOUT"
],
"BrowserContext should timeout waiting for a non-existent target (browsercontext.spec.ts)": [
"PASS"
],
"BrowserContext should isolate localStorage and cookies (browsercontext.spec.ts)": [
"FAIL"
],
"BrowserContext should work across sessions (browsercontext.spec.ts)": [
"FAIL"
],
"Page.click should click the button (click.spec.ts)": [
"PASS", "FAIL"
],
"Page.click should click svg (click.spec.ts)": [
"PASS"
],
"Page.click should click the button if window.Node is removed (click.spec.ts)": [
"FAIL"
],
"Page.click should click on a span with an inline element inside (click.spec.ts)": [
"PASS"
],
"Page.click should not throw UnhandledPromiseRejection when page closes (click.spec.ts)": [
"PASS"
],
"Page.click should click the button after navigation (click.spec.ts)": [
"PASS"
],
"Page.click should click with disabled javascript (click.spec.ts)": [
"FAIL"
],
"Page.click should click when one of inline box children is outside of viewport (click.spec.ts)": [
"PASS"
],
"Page.click should select the text by triple clicking (click.spec.ts)": [
"PASS"
],
"Page.click should click offscreen buttons (click.spec.ts)": [
"FAIL"
],
"Page.click should click wrapped links (click.spec.ts)": [
"PASS"
],
"Page.click should click on checkbox input and toggle (click.spec.ts)": [
"PASS"
],
"Page.click should click on checkbox label and toggle (click.spec.ts)": [
"FAIL"
],
"Page.click should fail to click a missing button (click.spec.ts)": [
"PASS"
],
"Page.click should not hang with touch-enabled viewports (click.spec.ts)": [
"PASS"
],
"Page.click should scroll and click the button (click.spec.ts)": [
"PASS"
],
"Page.click should double click the button (click.spec.ts)": [
"PASS"
],
"Page.click should click a partially obscured button (click.spec.ts)": [
"PASS"
],
"Page.click should click a rotated button (click.spec.ts)": [
"PASS"
],
"Page.click should fire contextmenu event on right click (click.spec.ts)": [
"PASS"
],
"Page.click should click links which cause navigation (click.spec.ts)": [
"PASS"
],
"Page.click should click the button inside an iframe (click.spec.ts)": [
"PASS"
],
"Page.click should click the button with fixed position inside an iframe (click.spec.ts)": [
"SKIP"
],
"Page.click should click the button with deviceScaleFactor set (click.spec.ts)": [
"PASS"
],
"Cookie specs Page.cookies should return no cookies in pristine browser context (cookies.spec.ts)": [
"PASS"
],
"Cookie specs Page.cookies should get a cookie (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.cookies should properly report httpOnly cookie (cookies.spec.ts)": [
"PASS"
],
"Cookie specs Page.cookies should properly report \"Strict\" sameSite cookie (cookies.spec.ts)": [
"PASS"
],
"Cookie specs Page.cookies should properly report \"Lax\" sameSite cookie (cookies.spec.ts)": [
"PASS"
],
"Cookie specs Page.cookies should get multiple cookies (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.cookies should get cookies from multiple urls (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.setCookie should work (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.setCookie should isolate cookies in browser contexts (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.setCookie should set multiple cookies (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.setCookie should have |expires| set to |-1| for session cookies (cookies.spec.ts)": [
"PASS"
],
"Cookie specs Page.setCookie should set cookie with reasonable defaults (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.setCookie should set a cookie with a path (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.setCookie should not set a cookie on a blank page (cookies.spec.ts)": [
"PASS"
],
"Cookie specs Page.setCookie should not set a cookie with blank page URL (cookies.spec.ts)": [
"PASS"
],
"Cookie specs Page.setCookie should not set a cookie on a data URL page (cookies.spec.ts)": [
"PASS"
],
"Cookie specs Page.setCookie should default to setting secure cookie for HTTPS websites (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.setCookie should be able to set unsecure cookie for HTTP website (cookies.spec.ts)": [
"PASS"
],
"Cookie specs Page.setCookie should set a cookie on a different domain (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.setCookie should set cookies from a frame (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.setCookie should set secure same-site cookies from a frame (cookies.spec.ts)": [
"FAIL"
],
"Cookie specs Page.deleteCookie should work (cookies.spec.ts)": [
"FAIL"
],
"DefaultBrowserContext page.cookies() should work (defaultbrowsercontext.spec.ts)": [
"FAIL"
],
"DefaultBrowserContext page.setCookie() should work (defaultbrowsercontext.spec.ts)": [
"FAIL"
],
"DefaultBrowserContext page.deleteCookie() should work (defaultbrowsercontext.spec.ts)": [
"FAIL"
],
"Page.Events.Dialog should fire (dialog.spec.ts)": [
"PASS"
],
"Page.Events.Dialog should allow accepting prompts (dialog.spec.ts)": [
"FAIL"
],
"Page.Events.Dialog should dismiss the prompt (dialog.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.boundingBox should work (elementhandle.spec.ts)": [
"FAIL"
],
"ElementHandle specs ElementHandle.boundingBox should handle nested frames (elementhandle.spec.ts)": [
"PASS", "FAIL"
],
"ElementHandle specs ElementHandle.boundingBox should return null for invisible elements (elementhandle.spec.ts)": [
"FAIL"
],
"ElementHandle specs ElementHandle.boundingBox should force a layout (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.boundingBox should work with SVG nodes (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.boxModel should work (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.boxModel should return null for invisible elements (elementhandle.spec.ts)": [
"FAIL"
],
"ElementHandle specs ElementHandle.contentFrame should work (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.click should work (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.click should work for Shadow DOM v1 (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.click should work for TextNodes (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.click should throw for detached nodes (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.click should throw for hidden nodes (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.click should throw for recursively hidden nodes (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.click should throw for <br> elements (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs ElementHandle.hover should work (elementhandle.spec.ts)": [
"FAIL", "PASS"
],
"ElementHandle specs ElementHandle.isIntersectingViewport should work (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs Custom queries should register and unregister (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs Custom queries should throw with invalid query names (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs Custom queries should work for multiple elements (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs Custom queries should eval correctly (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs Custom queries should wait correctly with waitForSelector (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs Custom queries should wait correctly with waitFor (elementhandle.spec.ts)": [
"PASS"
],
"Emulation Page.viewport should get the proper viewport size (emulation.spec.ts)": [
"PASS"
],
"Emulation Page.viewport should support mobile emulation (emulation.spec.ts)": [
"PASS"
],
"Emulation Page.viewport should support touch emulation (emulation.spec.ts)": [
"FAIL"
],
"Emulation Page.viewport should be detectable by Modernizr (emulation.spec.ts)": [
"FAIL"
],
"Emulation Page.viewport should detect touch when applying viewport with touches (emulation.spec.ts)": [
"FAIL"
],
"Emulation Page.viewport should support landscape emulation (emulation.spec.ts)": [
"FAIL"
],
"Emulation Page.emulate should work (emulation.spec.ts)": [
"PASS"
],
"Emulation Page.emulate should support clicking (emulation.spec.ts)": [
"PASS", "FAIL"
],
"Emulation Page.emulateMediaType should work (emulation.spec.ts)": [
"FAIL"
],
"Emulation Page.emulateMediaType should throw in case of bad argument (emulation.spec.ts)": [
"PASS"
],
"Emulation Page.emulateMediaFeatures should work (emulation.spec.ts)": [
"FAIL"
],
"Emulation Page.emulateMediaFeatures should throw in case of bad argument (emulation.spec.ts)": [
"PASS"
],
"Emulation Page.emulateTimezone should work (emulation.spec.ts)": [
"FAIL"
],
"Emulation Page.emulateTimezone should throw for invalid timezone IDs (emulation.spec.ts)": [
"FAIL"
],
"Emulation Page.emulateVisionDeficiency should work (emulation.spec.ts)": [
"FAIL"
],
"Emulation Page.emulateVisionDeficiency should throw for invalid vision deficiencies (emulation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should work (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should transfer BigInt (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should transfer NaN (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should transfer -0 (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should transfer Infinity (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should transfer -Infinity (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should transfer arrays (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should transfer arrays as arrays, not objects (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should modify global environment (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should evaluate in the page context (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should return undefined for objects with symbols (evaluation.spec.ts)": [
"FAIL"
],
"Evaluation specs Page.evaluate should work with function shorthands (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should work with unicode chars (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should throw when evaluation triggers reload (evaluation.spec.ts)": [
"TIMEOUT"
],
"Evaluation specs Page.evaluate should await promise (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should work right after framenavigated (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should work from-inside an exposed function (evaluation.spec.ts)": [
"FAIL"
],
"Evaluation specs Page.evaluate should reject promise with exception (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should support thrown strings as error messages (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should support thrown numbers as error messages (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should return complex objects (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should return BigInt (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should return NaN (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should return -0 (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should return Infinity (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should return -Infinity (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should accept \"undefined\" as one of multiple parameters (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should properly serialize null fields (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should return undefined for non-serializable objects (evaluation.spec.ts)": [
"FAIL"
],
"Evaluation specs Page.evaluate should fail for circular object (evaluation.spec.ts)": [
"FAIL"
],
"Evaluation specs Page.evaluate should be able to throw a tricky error (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should accept a string (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should accept a string with semi colons (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should accept a string with comments (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should accept element handle as an argument (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should throw if underlying element was disposed (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should throw if elementHandles are from other frames (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should simulate a user gesture (evaluation.spec.ts)": [
"FAIL"
],
"Evaluation specs Page.evaluate should throw a nice error after a navigation (evaluation.spec.ts)": [
"FAIL"
],
"Evaluation specs Page.evaluate should not throw an error when evaluation does a navigation (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should transfer 100Mb of data from page to node.js (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluate should throw error with detailed information on exception inside promise (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Page.evaluateOnNewDocument should evaluate before anything else on the page (evaluation.spec.ts)": [
"FAIL"
],
"Evaluation specs Page.evaluateOnNewDocument should work with CSP (evaluation.spec.ts)": [
"FAIL"
],
"Evaluation specs Frame.evaluate should have different execution contexts (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Frame.evaluate should have correct execution contexts (evaluation.spec.ts)": [
"PASS"
],
"Evaluation specs Frame.evaluate should execute after cross-site navigation (evaluation.spec.ts)": [
"PASS"
],
"EventEmitter on on: adds an event listener that is fired when the event is emitted (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter on on sends the event data to the handler (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter on on: supports chaining (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter on addListener: adds an event listener that is fired when the event is emitted (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter on addListener sends the event data to the handler (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter on addListener: supports chaining (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter off off: removes the listener so it is no longer called (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter off off: supports chaining (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter off removeListener: removes the listener so it is no longer called (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter off removeListener: supports chaining (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter once only calls the listener once and then removes it (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter once supports chaining (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter emit calls all the listeners for an event (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter emit passes data through to the listener (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter emit returns true if the event has listeners (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter emit returns false if the event has listeners (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter listenerCount returns the number of listeners for the given event (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter removeAllListeners removes every listener from all events by default (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter removeAllListeners returns the emitter for chaining (EventEmitter.spec.ts)": [
"PASS"
],
"EventEmitter removeAllListeners can filter to remove only listeners for a given event name (EventEmitter.spec.ts)": [
"PASS"
],
"Fixtures dumpio option should work with pipe option (fixtures.spec.ts)": [
"SKIP"
],
"Fixtures should dump browser process stderr (fixtures.spec.ts)": [
"PASS"
],
"Fixtures should close the browser when the node process closes (fixtures.spec.ts)": [
"PASS"
],
"Frame specs Frame.executionContext should work (frame.spec.ts)": [
"PASS"
],
"Frame specs Frame.evaluateHandle should work (frame.spec.ts)": [
"PASS"
],
"Frame specs Frame.evaluate should throw for detached frames (frame.spec.ts)": [
"PASS"
],
"Frame specs Frame Management should handle nested frames (frame.spec.ts)": [
"PASS"
],
"Frame specs Frame Management should send events when frames are manipulated dynamically (frame.spec.ts)": [
"FAIL"
],
"Frame specs Frame Management should send \"framenavigated\" when navigating on anchor URLs (frame.spec.ts)": [
"TIMEOUT"
],
"Frame specs Frame Management should persist mainFrame on cross-process navigation (frame.spec.ts)": [
"PASS"
],
"Frame specs Frame Management should not send attach/detach events for main frame (frame.spec.ts)": [
"PASS"
],
"Frame specs Frame Management should detach child frames on navigation (frame.spec.ts)": [
"FAIL"
],
"Frame specs Frame Management should support framesets (frame.spec.ts)": [
"FAIL"
],
"Frame specs Frame Management should report frame from-inside shadow DOM (frame.spec.ts)": [
"PASS"
],
"Frame specs Frame Management should report frame.name() (frame.spec.ts)": [
"PASS"
],
"Frame specs Frame Management should report frame.parent() (frame.spec.ts)": [
"PASS"
],
"Frame specs Frame Management should report different frame instance when frame re-attaches (frame.spec.ts)": [
"PASS"
],
"ignoreHTTPSErrors should work (ignorehttpserrors.spec.ts)": [
"PASS"
],
"ignoreHTTPSErrors should work with request interception (ignorehttpserrors.spec.ts)": [
"FAIL"
],
"ignoreHTTPSErrors should work with mixed content (ignorehttpserrors.spec.ts)": [
"PASS"
],
"ignoreHTTPSErrors Response.securityDetails should work (ignorehttpserrors.spec.ts)": [
"FAIL"
],
"ignoreHTTPSErrors Response.securityDetails should be |null| for non-secure requests (ignorehttpserrors.spec.ts)": [
"PASS"
],
"ignoreHTTPSErrors Response.securityDetails Network redirects should report SecurityDetails (ignorehttpserrors.spec.ts)": [
"PASS", "FAIL"
],
"input tests input should upload the file (input.spec.ts)": [
"SKIP"
],
"input tests Page.waitForFileChooser should work when file input is attached to DOM (input.spec.ts)": [
"SKIP"
],
"input tests Page.waitForFileChooser should work when file input is not attached to DOM (input.spec.ts)": [
"SKIP"
],
"input tests Page.waitForFileChooser should respect timeout (input.spec.ts)": [
"SKIP"
],
"input tests Page.waitForFileChooser should respect default timeout when there is no custom timeout (input.spec.ts)": [
"SKIP"
],
"input tests Page.waitForFileChooser should prioritize exact timeout over default timeout (input.spec.ts)": [
"SKIP"
],
"input tests Page.waitForFileChooser should work with no timeout (input.spec.ts)": [
"SKIP"
],
"input tests Page.waitForFileChooser should return the same file chooser when there are many watchdogs simultaneously (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.accept should accept single file (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.accept should be able to read selected file (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.accept should be able to reset selected files with empty file list (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.accept should not accept multiple files for single-file input (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.accept should fail for non-existent files (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.accept should fail when accepting file chooser twice (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.cancel should cancel dialog (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.cancel should fail when canceling file chooser twice (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.isMultiple should work for single file pick (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.isMultiple should work for \"multiple\" (input.spec.ts)": [
"SKIP"
],
"input tests FileChooser.isMultiple should work for \"webkitdirectory\" (input.spec.ts)": [
"SKIP"
],
"JSHandle Page.evaluateHandle should work (jshandle.spec.ts)": [
"PASS"
],
"JSHandle Page.evaluateHandle should accept object handle as an argument (jshandle.spec.ts)": [
"PASS"
],
"JSHandle Page.evaluateHandle should accept object handle to primitive types (jshandle.spec.ts)": [
"PASS"
],
"JSHandle Page.evaluateHandle should warn on nested object handles (jshandle.spec.ts)": [
"PASS"
],
"JSHandle Page.evaluateHandle should accept object handle to unserializable value (jshandle.spec.ts)": [
"PASS"
],
"JSHandle Page.evaluateHandle should use the same JS wrappers (jshandle.spec.ts)": [
"PASS"
],
"JSHandle Page.evaluateHandle should work with primitives (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.getProperty should work (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.jsonValue should work (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.jsonValue should not work with dates (jshandle.spec.ts)": [
"FAIL"
],
"JSHandle JSHandle.jsonValue should throw for circular objects (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.getProperties should work (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.getProperties should return even non-own properties (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.asElement should work (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.asElement should return null for non-elements (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.asElement should return ElementHandle for TextNodes (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.toString should work for primitives (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.toString should work for complicated objects (jshandle.spec.ts)": [
"PASS"
],
"JSHandle JSHandle.toString should work with different subtypes (jshandle.spec.ts)": [
"PASS"
],
"Keyboard should type into a textarea (keyboard.spec.ts)": [
"PASS"
],
"Keyboard should press the metaKey (keyboard.spec.ts)": [
"FAIL"
],
"Keyboard should move with the arrow keys (keyboard.spec.ts)": [
"PASS"
],
"Keyboard should send a character with ElementHandle.press (keyboard.spec.ts)": [
"PASS"
],
"Keyboard ElementHandle.press should support |text| option (keyboard.spec.ts)": [
"FAIL"
],
"Keyboard should send a character with sendCharacter (keyboard.spec.ts)": [
"FAIL"
],
"Keyboard should report shiftKey (keyboard.spec.ts)": [
"PASS", "FAIL"
],
"Keyboard should report multiple modifiers (keyboard.spec.ts)": [
"PASS"
],
"Keyboard should send proper codes while typing (keyboard.spec.ts)": [
"PASS"
],
"Keyboard should send proper codes while typing with shift (keyboard.spec.ts)": [
"PASS"
],
"Keyboard should not type canceled events (keyboard.spec.ts)": [
"PASS"
],
"Keyboard should specify repeat property (keyboard.spec.ts)": [
"FAIL"
],
"Keyboard should type all kinds of characters (keyboard.spec.ts)": [
"FAIL"
],
"Keyboard should specify location (keyboard.spec.ts)": [
"FAIL"
],
"Keyboard should throw on unknown keys (keyboard.spec.ts)": [
"PASS"
],
"Keyboard should type emoji (keyboard.spec.ts)": [
"FAIL"
],
"Keyboard should type emoji into an iframe (keyboard.spec.ts)": [
"FAIL"
],
"Keyboard should press the meta key (keyboard.spec.ts)": [
"PASS", "FAIL"
],
"Launcher specs Puppeteer BrowserFetcher should download and extract chrome linux binary (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer BrowserFetcher should download and extract firefox linux binary (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Browser.disconnect should reject navigation when browser closes (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Browser.disconnect should reject waitForSelector when browser closes (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Browser.close should terminate network waiters (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch should reject all promises when browser is closed (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch should reject if executable path is invalid (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch userDataDir option (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch userDataDir argument (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch userDataDir option should restore state (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch userDataDir option should restore cookies (launcher.spec.ts)": [
"SKIP"
],
"Launcher specs Puppeteer Puppeteer.launch should return the default arguments (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch should report the correct product (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch should work with no default arguments (launcher.spec.ts)": [
"FAIL", "PASS"
],
"Launcher specs Puppeteer Puppeteer.launch should filter out ignored default arguments (launcher.spec.ts)": [
"FAIL", "PASS"
],
"Launcher specs Puppeteer Puppeteer.launch should have default URL when launching browser (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch should have custom URL when launching browser (launcher.spec.ts)": [
"PASS", "TIMEOUT"
],
"Launcher specs Puppeteer Puppeteer.launch should set the default viewport (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch should disable the default viewport (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch should take fullPage screenshots when defaultViewport is null (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.launch should be able to launch Chrome (launcher.spec.ts)": [
"SKIP"
],
"Launcher specs Puppeteer Puppeteer.launch falls back to launching chrome if there is an unknown product but logs a warning (launcher.spec.ts)": [
"FAIL"
],
"Launcher specs Puppeteer Puppeteer.launch should be able to launch Firefox (launcher.spec.ts)": [
"SKIP"
],
"Launcher specs Puppeteer Puppeteer.connect should be able to connect multiple times to the same browser (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.connect should be able to close remote browser (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.connect should support ignoreHTTPSErrors option (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.connect should be able to reconnect to a disconnected browser (launcher.spec.ts)": [
"PASS"
],
"Launcher specs Puppeteer Puppeteer.connect should be able to connect to the same page simultaneously (launcher.spec.ts)": [
"FAIL"
],
"Launcher specs Puppeteer Puppeteer.executablePath should work (launcher.spec.ts)": [
"SKIP"
],
"Launcher specs Browser target events should work (launcher.spec.ts)": [
"FAIL"
],
"Launcher specs Browser.Events.disconnected should be emitted when: browser gets closed, disconnected or underlying websocket gets closed (launcher.spec.ts)": [
"PASS"
],
"Mouse should click the document (mouse.spec.ts)": [
"PASS"
],
"Mouse should resize the textarea (mouse.spec.ts)": [
"FAIL", "PASS"
],
"Mouse should select the text with mouse (mouse.spec.ts)": [
"FAIL", "PASS"
],
"Mouse should trigger hover state (mouse.spec.ts)": [
"PASS", "FAIL"
],
"Mouse should trigger hover state with removed window.Node (mouse.spec.ts)": [
"FAIL"
],
"Mouse should set modifier keys on click (mouse.spec.ts)": [
"PASS"
],
"Mouse should tween mouse movement (mouse.spec.ts)": [
"PASS", "FAIL"
],
"Mouse should work with mobile viewports and cross process navigations (mouse.spec.ts)": [
"PASS"
],
"navigation Page.goto should work (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should work with anchor navigation (navigation.spec.ts)": [
"TIMEOUT"
],
"navigation Page.goto should work with redirects (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should navigate to about:blank (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should return response when page changes its URL after load (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should work with subframes return 204 (navigation.spec.ts)": [
"TIMEOUT"
],
"navigation Page.goto should fail when server returns 204 (navigation.spec.ts)": [
"TIMEOUT"
],
"navigation Page.goto should navigate to empty page with domcontentloaded (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should work when page calls history API in beforeunload (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should navigate to empty page with networkidle0 (navigation.spec.ts)": [
"TIMEOUT"
],
"navigation Page.goto should navigate to empty page with networkidle2 (navigation.spec.ts)": [
"TIMEOUT"
],
"navigation Page.goto should fail when navigating to bad url (navigation.spec.ts)": [
"FAIL"
],
"navigation Page.goto should fail when navigating to bad SSL (navigation.spec.ts)": [
"FAIL"
],
"navigation Page.goto should fail when navigating to bad SSL after redirects (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should throw if networkidle is passed as an option (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should fail when main resources failed to load (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should fail when exceeding maximum navigation timeout (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should fail when exceeding default maximum navigation timeout (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should fail when exceeding default maximum timeout (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should prioritize default navigation timeout over default timeout (navigation.spec.ts)": [
"PASS"
],
"navigation Page.goto should disable timeout when its set to 0 (navigation.spec.ts)": [
"PASS"
],