Bug 1686495 [wpt PR 27132] - Update wpt metadata, a=testonly
[gecko.git] / remote / puppeteer-expected.json
blob812566c89a47cd4673e9a2362f93f097bbbb18f6
2   "Accessibility should work (accessibility.spec.ts)": [
3     "SKIP"
4   ],
5   "Accessibility should report uninteresting nodes (accessibility.spec.ts)": [
6     "SKIP"
7   ],
8   "Accessibility roledescription (accessibility.spec.ts)": [
9     "SKIP"
10   ],
11   "Accessibility orientation (accessibility.spec.ts)": [
12     "SKIP"
13   ],
14   "Accessibility autocomplete (accessibility.spec.ts)": [
15     "SKIP"
16   ],
17   "Accessibility multiselectable (accessibility.spec.ts)": [
18     "SKIP"
19   ],
20   "Accessibility keyshortcuts (accessibility.spec.ts)": [
21     "SKIP"
22   ],
23   "Accessibility filtering children of leaf nodes should not report text nodes inside controls (accessibility.spec.ts)": [
24     "SKIP"
25   ],
26   "Accessibility filtering children of leaf nodes rich text editable fields should have children (accessibility.spec.ts)": [
27     "SKIP"
28   ],
29   "Accessibility filtering children of leaf nodes rich text editable fields with role should have children (accessibility.spec.ts)": [
30     "SKIP"
31   ],
32   "Accessibility filtering children of leaf nodes non editable textbox with role and tabIndex and label should not have children (accessibility.spec.ts)": [
33     "SKIP"
34   ],
35   "Accessibility filtering children of leaf nodes checkbox with and tabIndex and label should not have children (accessibility.spec.ts)": [
36     "SKIP"
37   ],
38   "Accessibility filtering children of leaf nodes checkbox without label should not have children (accessibility.spec.ts)": [
39     "SKIP"
40   ],
41   "Accessibility filtering children of leaf nodes plaintext contenteditable plain text field with role should not have children (accessibility.spec.ts)": [
42     "SKIP"
43   ],
44   "Accessibility filtering children of leaf nodes plaintext contenteditable plain text field without role should not have content (accessibility.spec.ts)": [
45     "SKIP"
46   ],
47   "Accessibility filtering children of leaf nodes plaintext contenteditable plain text field with tabindex and without role should not have content (accessibility.spec.ts)": [
48     "SKIP"
49   ],
50   "Accessibility filtering children of leaf nodes root option should work a button (accessibility.spec.ts)": [
51     "SKIP"
52   ],
53   "Accessibility filtering children of leaf nodes root option should work an input (accessibility.spec.ts)": [
54     "SKIP"
55   ],
56   "Accessibility filtering children of leaf nodes root option should work a menu (accessibility.spec.ts)": [
57     "SKIP"
58   ],
59   "Accessibility filtering children of leaf nodes root option should return null when the element is no longer in DOM (accessibility.spec.ts)": [
60     "SKIP"
61   ],
62   "Accessibility filtering children of leaf nodes root option should support the interestingOnly option (accessibility.spec.ts)": [
63     "SKIP"
64   ],
65   "Browser specs Browser.version should return whether we are in headless (browser.spec.ts)": [
66     "PASS"
67   ],
68   "Browser specs Browser.userAgent should include WebKit (browser.spec.ts)": [
69     "PASS"
70   ],
71   "Browser specs Browser.target should return browser target (browser.spec.ts)": [
72     "PASS"
73   ],
74   "Browser specs Browser.process should return child_process instance (browser.spec.ts)": [
75     "PASS"
76   ],
77   "Browser specs Browser.process should not return child_process for remote browser (browser.spec.ts)": [
78     "PASS"
79   ],
80   "Browser specs Browser.isConnected should set the browser connected state (browser.spec.ts)": [
81     "PASS"
82   ],
83   "BrowserContext should have default context (browsercontext.spec.ts)": [
84     "PASS"
85   ],
86   "BrowserContext should create new incognito context (browsercontext.spec.ts)": [
87     "PASS"
88   ],
89   "BrowserContext should close all belonging targets once closing context (browsercontext.spec.ts)": [
90     "PASS"
91   ],
92   "BrowserContext window.open should use parent tab context (browsercontext.spec.ts)": [
93     "FAIL"
94   ],
95   "BrowserContext should fire target events (browsercontext.spec.ts)": [
96     "FAIL"
97   ],
98   "BrowserContext should wait for a target (browsercontext.spec.ts)": [
99     "TIMEOUT"
100   ],
101   "BrowserContext should timeout waiting for a non-existent target (browsercontext.spec.ts)": [
102     "PASS"
103   ],
104   "BrowserContext should isolate localStorage and cookies (browsercontext.spec.ts)": [
105     "FAIL"
106   ],
107   "BrowserContext should work across sessions (browsercontext.spec.ts)": [
108     "FAIL"
109   ],
110   "Page.click should click the button (click.spec.ts)": [
111     "PASS", "FAIL"
112   ],
113   "Page.click should click svg (click.spec.ts)": [
114     "PASS"
115   ],
116   "Page.click should click the button if window.Node is removed (click.spec.ts)": [
117     "FAIL"
118   ],
119   "Page.click should click on a span with an inline element inside (click.spec.ts)": [
120     "PASS"
121   ],
122   "Page.click should not throw UnhandledPromiseRejection when page closes (click.spec.ts)": [
123     "PASS"
124   ],
125   "Page.click should click the button after navigation  (click.spec.ts)": [
126     "PASS"
127   ],
128   "Page.click should click with disabled javascript (click.spec.ts)": [
129     "FAIL"
130   ],
131   "Page.click should click when one of inline box children is outside of viewport (click.spec.ts)": [
132     "PASS"
133   ],
134   "Page.click should select the text by triple clicking (click.spec.ts)": [
135     "PASS"
136   ],
137   "Page.click should click offscreen buttons (click.spec.ts)": [
138     "PASS"
139   ],
140   "Page.click should click wrapped links (click.spec.ts)": [
141     "PASS"
142   ],
143   "Page.click should click on checkbox input and toggle (click.spec.ts)": [
144     "PASS"
145   ],
146   "Page.click should click on checkbox label and toggle (click.spec.ts)": [
147     "FAIL", "PASS"
148   ],
149   "Page.click should fail to click a missing button (click.spec.ts)": [
150     "PASS"
151   ],
152   "Page.click should not hang with touch-enabled viewports (click.spec.ts)": [
153     "PASS"
154   ],
155   "Page.click should scroll and click the button (click.spec.ts)": [
156     "PASS"
157   ],
158   "Page.click should double click the button (click.spec.ts)": [
159     "PASS"
160   ],
161   "Page.click should click a partially obscured button (click.spec.ts)": [
162     "PASS"
163   ],
164   "Page.click should click a rotated button (click.spec.ts)": [
165     "PASS"
166   ],
167   "Page.click should fire contextmenu event on right click (click.spec.ts)": [
168     "PASS"
169   ],
170   "Page.click should click links which cause navigation (click.spec.ts)": [
171     "PASS"
172   ],
173   "Page.click should click the button inside an iframe (click.spec.ts)": [
174     "PASS"
175   ],
176   "Page.click should click the button with fixed position inside an iframe (click.spec.ts)": [
177     "SKIP"
178   ],
179   "Page.click should click the button with deviceScaleFactor set (click.spec.ts)": [
180     "PASS"
181   ],
182   "Cookie specs Page.cookies should return no cookies in pristine browser context (cookies.spec.ts)": [
183     "PASS"
184   ],
185   "Cookie specs Page.cookies should get a cookie (cookies.spec.ts)": [
186     "PASS"
187   ],
188   "Cookie specs Page.cookies should properly report httpOnly cookie (cookies.spec.ts)": [
189     "PASS"
190   ],
191   "Cookie specs Page.cookies should properly report \"Strict\" sameSite cookie (cookies.spec.ts)": [
192     "PASS"
193   ],
194   "Cookie specs Page.cookies should properly report \"Lax\" sameSite cookie (cookies.spec.ts)": [
195     "PASS"
196   ],
197   "Cookie specs Page.cookies should get multiple cookies (cookies.spec.ts)": [
198     "PASS"
199   ],
200   "Cookie specs Page.cookies should get cookies from multiple urls (cookies.spec.ts)": [
201     "FAIL"
202   ],
203   "Cookie specs Page.setCookie should work (cookies.spec.ts)": [
204     "FAIL"
205   ],
206   "Cookie specs Page.setCookie should isolate cookies in browser contexts (cookies.spec.ts)": [
207     "FAIL"
208   ],
209   "Cookie specs Page.setCookie should set multiple cookies (cookies.spec.ts)": [
210     "FAIL"
211   ],
212   "Cookie specs Page.setCookie should have |expires| set to |-1| for session cookies (cookies.spec.ts)": [
213     "PASS"
214   ],
215   "Cookie specs Page.setCookie should set cookie with reasonable defaults (cookies.spec.ts)": [
216     "FAIL"
217   ],
218   "Cookie specs Page.setCookie should set a cookie with a path (cookies.spec.ts)": [
219     "FAIL"
220   ],
221   "Cookie specs Page.setCookie should not set a cookie on a blank page (cookies.spec.ts)": [
222     "PASS"
223   ],
224   "Cookie specs Page.setCookie should not set a cookie with blank page URL (cookies.spec.ts)": [
225     "PASS"
226   ],
227   "Cookie specs Page.setCookie should not set a cookie on a data URL page (cookies.spec.ts)": [
228     "PASS"
229   ],
230   "Cookie specs Page.setCookie should default to setting secure cookie for HTTPS websites (cookies.spec.ts)": [
231     "FAIL"
232   ],
233   "Cookie specs Page.setCookie should be able to set unsecure cookie for HTTP website (cookies.spec.ts)": [
234     "PASS"
235   ],
236   "Cookie specs Page.setCookie should set a cookie on a different domain (cookies.spec.ts)": [
237     "FAIL"
238   ],
239   "Cookie specs Page.setCookie should set cookies from a frame (cookies.spec.ts)": [
240     "FAIL"
241   ],
242   "Cookie specs Page.setCookie should set secure same-site cookies from a frame (cookies.spec.ts)": [
243     "FAIL"
244   ],
245   "Cookie specs Page.deleteCookie should work (cookies.spec.ts)": [
246     "FAIL"
247   ],
248   "DefaultBrowserContext page.cookies() should work (defaultbrowsercontext.spec.ts)": [
249     "PASS"
250   ],
251   "DefaultBrowserContext page.setCookie() should work (defaultbrowsercontext.spec.ts)": [
252     "FAIL"
253   ],
254   "DefaultBrowserContext page.deleteCookie() should work (defaultbrowsercontext.spec.ts)": [
255     "FAIL"
256   ],
257   "Page.Events.Dialog should fire (dialog.spec.ts)": [
258     "PASS"
259   ],
260   "Page.Events.Dialog should allow accepting prompts (dialog.spec.ts)": [
261     "FAIL"
262   ],
263   "Page.Events.Dialog should dismiss the prompt (dialog.spec.ts)": [
264     "PASS"
265   ],
266   "ElementHandle specs ElementHandle.boundingBox should work (elementhandle.spec.ts)": [
267     "FAIL"
268   ],
269   "ElementHandle specs ElementHandle.boundingBox should handle nested frames (elementhandle.spec.ts)": [
270     "PASS", "FAIL"
271   ],
272   "ElementHandle specs ElementHandle.boundingBox should return null for invisible elements (elementhandle.spec.ts)": [
273     "FAIL"
274   ],
275   "ElementHandle specs ElementHandle.boundingBox should force a layout (elementhandle.spec.ts)": [
276     "PASS"
277   ],
278   "ElementHandle specs ElementHandle.boundingBox should work with SVG nodes (elementhandle.spec.ts)": [
279     "PASS"
280   ],
281   "ElementHandle specs ElementHandle.boxModel should work (elementhandle.spec.ts)": [
282     "PASS"
283   ],
284   "ElementHandle specs ElementHandle.boxModel should return null for invisible elements (elementhandle.spec.ts)": [
285     "FAIL"
286   ],
287   "ElementHandle specs ElementHandle.contentFrame should work (elementhandle.spec.ts)": [
288     "PASS"
289   ],
290   "ElementHandle specs ElementHandle.click should work (elementhandle.spec.ts)": [
291     "PASS"
292   ],
293   "ElementHandle specs ElementHandle.click should work for Shadow DOM v1 (elementhandle.spec.ts)": [
294     "PASS"
295   ],
296   "ElementHandle specs ElementHandle.click should work for TextNodes (elementhandle.spec.ts)": [
297     "PASS"
298   ],
299   "ElementHandle specs ElementHandle.click should throw for detached nodes (elementhandle.spec.ts)": [
300     "PASS"
301   ],
302   "ElementHandle specs ElementHandle.click should throw for hidden nodes (elementhandle.spec.ts)": [
303     "PASS"
304   ],
305   "ElementHandle specs ElementHandle.click should throw for recursively hidden nodes (elementhandle.spec.ts)": [
306     "PASS"
307   ],
308   "ElementHandle specs ElementHandle.click should throw for <br> elements (elementhandle.spec.ts)": [
309     "PASS"
310   ],
311   "ElementHandle specs ElementHandle.hover should work (elementhandle.spec.ts)": [
312     "FAIL", "PASS"
313   ],
314   "ElementHandle specs ElementHandle.isIntersectingViewport should work (elementhandle.spec.ts)": [
315     "PASS"
316   ],
317   "ElementHandle specs Custom queries should register and unregister (elementhandle.spec.ts)": [
318     "PASS"
319   ],
320   "ElementHandle specs Custom queries should throw with invalid query names (elementhandle.spec.ts)": [
321     "PASS"
322   ],
323   "ElementHandle specs Custom queries should work for multiple elements (elementhandle.spec.ts)": [
324     "PASS"
325   ],
326   "ElementHandle specs Custom queries should eval correctly (elementhandle.spec.ts)": [
327     "PASS"
328   ],
329   "ElementHandle specs Custom queries should wait correctly with waitForSelector (elementhandle.spec.ts)": [
330     "PASS"
331   ],
332   "ElementHandle specs Custom queries should wait correctly with waitFor (elementhandle.spec.ts)": [
333     "PASS"
334   ],
335   "ElementHandle specs Custom queries should work when both queryOne and queryAll are registered (elementhandle.spec.ts)": [
336     "PASS"
337   ],
338   "ElementHandle specs Custom queries should eval when both queryOne and queryAll are registered (elementhandle.spec.ts)": [
339     "PASS"
340   ],
341   "Emulation Page.viewport should get the proper viewport size (emulation.spec.ts)": [
342     "PASS"
343   ],
344   "Emulation Page.viewport should support mobile emulation (emulation.spec.ts)": [
345     "PASS"
346   ],
347   "Emulation Page.viewport should support touch emulation (emulation.spec.ts)": [
348     "PASS"
349   ],
350   "Emulation Page.viewport should be detectable by Modernizr (emulation.spec.ts)": [
351     "PASS"
352   ],
353   "Emulation Page.viewport should detect touch when applying viewport with touches (emulation.spec.ts)": [
354     "PASS"
355   ],
356   "Emulation Page.viewport should support landscape emulation (emulation.spec.ts)": [
357     "FAIL"
358   ],
359   "Emulation Page.emulate should work (emulation.spec.ts)": [
360     "PASS"
361   ],
362   "Emulation Page.emulate should support clicking (emulation.spec.ts)": [
363     "PASS", "FAIL"
364   ],
365   "Emulation Page.emulateMediaType should work (emulation.spec.ts)": [
366     "FAIL"
367   ],
368   "Emulation Page.emulateMediaType should throw in case of bad argument (emulation.spec.ts)": [
369     "PASS"
370   ],
371   "Emulation Page.emulateMediaFeatures should work (emulation.spec.ts)": [
372     "FAIL"
373   ],
374   "Emulation Page.emulateMediaFeatures should throw in case of bad argument (emulation.spec.ts)": [
375     "PASS"
376   ],
377   "Emulation Page.emulateTimezone should work (emulation.spec.ts)": [
378     "FAIL"
379   ],
380   "Emulation Page.emulateTimezone should throw for invalid timezone IDs (emulation.spec.ts)": [
381     "FAIL"
382   ],
383   "Emulation Page.emulateVisionDeficiency should work (emulation.spec.ts)": [
384     "FAIL"
385   ],
386   "Emulation Page.emulateVisionDeficiency should throw for invalid vision deficiencies (emulation.spec.ts)": [
387     "PASS"
388   ],
389   "Evaluation specs Page.evaluate should work (evaluation.spec.ts)": [
390     "PASS"
391   ],
392   "Evaluation specs Page.evaluate should transfer BigInt (evaluation.spec.ts)": [
393     "PASS"
394   ],
395   "Evaluation specs Page.evaluate should transfer NaN (evaluation.spec.ts)": [
396     "PASS"
397   ],
398   "Evaluation specs Page.evaluate should transfer -0 (evaluation.spec.ts)": [
399     "PASS"
400   ],
401   "Evaluation specs Page.evaluate should transfer Infinity (evaluation.spec.ts)": [
402     "PASS"
403   ],
404   "Evaluation specs Page.evaluate should transfer -Infinity (evaluation.spec.ts)": [
405     "PASS"
406   ],
407   "Evaluation specs Page.evaluate should transfer arrays (evaluation.spec.ts)": [
408     "PASS"
409   ],
410   "Evaluation specs Page.evaluate should transfer arrays as arrays, not objects (evaluation.spec.ts)": [
411     "PASS"
412   ],
413   "Evaluation specs Page.evaluate should modify global environment (evaluation.spec.ts)": [
414     "PASS"
415   ],
416   "Evaluation specs Page.evaluate should evaluate in the page context (evaluation.spec.ts)": [
417     "PASS"
418   ],
419   "Evaluation specs Page.evaluate should return undefined for objects with symbols (evaluation.spec.ts)": [
420     "FAIL"
421   ],
422   "Evaluation specs Page.evaluate should work with function shorthands (evaluation.spec.ts)": [
423     "PASS"
424   ],
425   "Evaluation specs Page.evaluate should work with unicode chars (evaluation.spec.ts)": [
426     "PASS"
427   ],
428   "Evaluation specs Page.evaluate should throw when evaluation triggers reload (evaluation.spec.ts)": [
429     "TIMEOUT"
430   ],
431   "Evaluation specs Page.evaluate should await promise (evaluation.spec.ts)": [
432     "PASS"
433   ],
434   "Evaluation specs Page.evaluate should work right after framenavigated (evaluation.spec.ts)": [
435     "PASS"
436   ],
437   "Evaluation specs Page.evaluate should work from-inside an exposed function (evaluation.spec.ts)": [
438     "FAIL"
439   ],
440   "Evaluation specs Page.evaluate should reject promise with exception (evaluation.spec.ts)": [
441     "PASS"
442   ],
443   "Evaluation specs Page.evaluate should support thrown strings as error messages (evaluation.spec.ts)": [
444     "PASS"
445   ],
446   "Evaluation specs Page.evaluate should support thrown numbers as error messages (evaluation.spec.ts)": [
447     "PASS"
448   ],
449   "Evaluation specs Page.evaluate should return complex objects (evaluation.spec.ts)": [
450     "PASS"
451   ],
452   "Evaluation specs Page.evaluate should return BigInt (evaluation.spec.ts)": [
453     "PASS"
454   ],
455   "Evaluation specs Page.evaluate should return NaN (evaluation.spec.ts)": [
456     "PASS"
457   ],
458   "Evaluation specs Page.evaluate should return -0 (evaluation.spec.ts)": [
459     "PASS"
460   ],
461   "Evaluation specs Page.evaluate should return Infinity (evaluation.spec.ts)": [
462     "PASS"
463   ],
464   "Evaluation specs Page.evaluate should return -Infinity (evaluation.spec.ts)": [
465     "PASS"
466   ],
467   "Evaluation specs Page.evaluate should accept \"undefined\" as one of multiple parameters (evaluation.spec.ts)": [
468     "PASS"
469   ],
470   "Evaluation specs Page.evaluate should properly serialize null fields (evaluation.spec.ts)": [
471     "PASS"
472   ],
473   "Evaluation specs Page.evaluate should return undefined for non-serializable objects (evaluation.spec.ts)": [
474     "FAIL"
475   ],
476   "Evaluation specs Page.evaluate should fail for circular object (evaluation.spec.ts)": [
477     "FAIL"
478   ],
479   "Evaluation specs Page.evaluate should be able to throw a tricky error (evaluation.spec.ts)": [
480     "PASS"
481   ],
482   "Evaluation specs Page.evaluate should accept a string (evaluation.spec.ts)": [
483     "PASS"
484   ],
485   "Evaluation specs Page.evaluate should accept a string with semi colons (evaluation.spec.ts)": [
486     "PASS"
487   ],
488   "Evaluation specs Page.evaluate should accept a string with comments (evaluation.spec.ts)": [
489     "PASS"
490   ],
491   "Evaluation specs Page.evaluate should accept element handle as an argument (evaluation.spec.ts)": [
492     "PASS"
493   ],
494   "Evaluation specs Page.evaluate should throw if underlying element was disposed (evaluation.spec.ts)": [
495     "PASS"
496   ],
497   "Evaluation specs Page.evaluate should throw if elementHandles are from other frames (evaluation.spec.ts)": [
498     "PASS"
499   ],
500   "Evaluation specs Page.evaluate should simulate a user gesture (evaluation.spec.ts)": [
501     "FAIL"
502   ],
503   "Evaluation specs Page.evaluate should throw a nice error after a navigation (evaluation.spec.ts)": [
504     "FAIL"
505   ],
506   "Evaluation specs Page.evaluate should not throw an error when evaluation does a navigation (evaluation.spec.ts)": [
507     "PASS"
508   ],
509   "Evaluation specs Page.evaluate should transfer 100Mb of data from page to node.js (evaluation.spec.ts)": [
510     "PASS"
511   ],
512   "Evaluation specs Page.evaluate should throw error with detailed information on exception inside promise  (evaluation.spec.ts)": [
513     "PASS"
514   ],
515   "Evaluation specs Page.evaluateOnNewDocument should evaluate before anything else on the page (evaluation.spec.ts)": [
516     "FAIL"
517   ],
518   "Evaluation specs Page.evaluateOnNewDocument should work with CSP (evaluation.spec.ts)": [
519     "FAIL"
520   ],
521   "Evaluation specs Frame.evaluate should have different execution contexts (evaluation.spec.ts)": [
522     "PASS"
523   ],
524   "Evaluation specs Frame.evaluate should have correct execution contexts (evaluation.spec.ts)": [
525     "PASS"
526   ],
527   "Evaluation specs Frame.evaluate should execute after cross-site navigation (evaluation.spec.ts)": [
528     "PASS"
529   ],
530   "EventEmitter on on: adds an event listener that is fired when the event is emitted (EventEmitter.spec.ts)": [
531     "PASS"
532   ],
533   "EventEmitter on on sends the event data to the handler (EventEmitter.spec.ts)": [
534     "PASS"
535   ],
536   "EventEmitter on on: supports chaining (EventEmitter.spec.ts)": [
537     "PASS"
538   ],
539   "EventEmitter on addListener: adds an event listener that is fired when the event is emitted (EventEmitter.spec.ts)": [
540     "PASS"
541   ],
542   "EventEmitter on addListener sends the event data to the handler (EventEmitter.spec.ts)": [
543     "PASS"
544   ],
545   "EventEmitter on addListener: supports chaining (EventEmitter.spec.ts)": [
546     "PASS"
547   ],
548   "EventEmitter off off: removes the listener so it is no longer called (EventEmitter.spec.ts)": [
549     "PASS"
550   ],
551   "EventEmitter off off: supports chaining (EventEmitter.spec.ts)": [
552     "PASS"
553   ],
554   "EventEmitter off removeListener: removes the listener so it is no longer called (EventEmitter.spec.ts)": [
555     "PASS"
556   ],
557   "EventEmitter off removeListener: supports chaining (EventEmitter.spec.ts)": [
558     "PASS"
559   ],
560   "EventEmitter once only calls the listener once and then removes it (EventEmitter.spec.ts)": [
561     "PASS"
562   ],
563   "EventEmitter once supports chaining (EventEmitter.spec.ts)": [
564     "PASS"
565   ],
566   "EventEmitter emit calls all the listeners for an event (EventEmitter.spec.ts)": [
567     "PASS"
568   ],
569   "EventEmitter emit passes data through to the listener (EventEmitter.spec.ts)": [
570     "PASS"
571   ],
572   "EventEmitter emit returns true if the event has listeners (EventEmitter.spec.ts)": [
573     "PASS"
574   ],
575   "EventEmitter emit returns false if the event has listeners (EventEmitter.spec.ts)": [
576     "PASS"
577   ],
578   "EventEmitter listenerCount returns the number of listeners for the given event (EventEmitter.spec.ts)": [
579     "PASS"
580   ],
581   "EventEmitter removeAllListeners removes every listener from all events by default (EventEmitter.spec.ts)": [
582     "PASS"
583   ],
584   "EventEmitter removeAllListeners returns the emitter for chaining (EventEmitter.spec.ts)": [
585     "PASS"
586   ],
587   "EventEmitter removeAllListeners can filter to remove only listeners for a given event name (EventEmitter.spec.ts)": [
588     "PASS"
589   ],
590   "Fixtures dumpio option should work with pipe option  (fixtures.spec.ts)": [
591     "SKIP"
592   ],
593   "Fixtures should dump browser process stderr (fixtures.spec.ts)": [
594     "PASS"
595   ],
596   "Fixtures should close the browser when the node process closes (fixtures.spec.ts)": [
597     "PASS"
598   ],
599   "Frame specs Frame.executionContext should work (frame.spec.ts)": [
600     "PASS"
601   ],
602   "Frame specs Frame.evaluateHandle should work (frame.spec.ts)": [
603     "PASS"
604   ],
605   "Frame specs Frame.evaluate should throw for detached frames (frame.spec.ts)": [
606     "PASS"
607   ],
608   "Frame specs Frame Management should handle nested frames (frame.spec.ts)": [
609     "PASS"
610   ],
611   "Frame specs Frame Management should send events when frames are manipulated dynamically (frame.spec.ts)": [
612     "FAIL"
613   ],
614   "Frame specs Frame Management should send \"framenavigated\" when navigating on anchor URLs (frame.spec.ts)": [
615     "TIMEOUT"
616   ],
617   "Frame specs Frame Management should persist mainFrame on cross-process navigation (frame.spec.ts)": [
618     "PASS"
619   ],
620   "Frame specs Frame Management should not send attach/detach events for main frame (frame.spec.ts)": [
621     "PASS"
622   ],
623   "Frame specs Frame Management should detach child frames on navigation (frame.spec.ts)": [
624     "FAIL"
625   ],
626   "Frame specs Frame Management should support framesets (frame.spec.ts)": [
627     "FAIL"
628   ],
629   "Frame specs Frame Management should report frame from-inside shadow DOM (frame.spec.ts)": [
630     "PASS"
631   ],
632   "Frame specs Frame Management should report frame.name() (frame.spec.ts)": [
633     "PASS"
634   ],
635   "Frame specs Frame Management should report frame.parent() (frame.spec.ts)": [
636     "PASS"
637   ],
638   "Frame specs Frame Management should report different frame instance when frame re-attaches (frame.spec.ts)": [
639     "PASS"
640   ],
641   "Frame specs Frame Management should support url fragment (frame.spec.ts)": [
642     "PASS"
643   ],
644   "Emulate idle state changing idle state emulation causes change of the IdleDetector state (idle_override.spec.ts)": [
645     "FAIL"
646   ],
647   "ignoreHTTPSErrors should work (ignorehttpserrors.spec.ts)": [
648     "PASS"
649   ],
650   "ignoreHTTPSErrors should work with request interception (ignorehttpserrors.spec.ts)": [
651     "FAIL"
652   ],
653   "ignoreHTTPSErrors should work with mixed content (ignorehttpserrors.spec.ts)": [
654     "PASS"
655   ],
656   "ignoreHTTPSErrors Response.securityDetails should work (ignorehttpserrors.spec.ts)": [
657     "FAIL"
658   ],
659   "ignoreHTTPSErrors Response.securityDetails should be |null| for non-secure requests (ignorehttpserrors.spec.ts)": [
660     "PASS"
661   ],
662   "ignoreHTTPSErrors Response.securityDetails Network redirects should report SecurityDetails (ignorehttpserrors.spec.ts)": [
663     "PASS", "FAIL"
664   ],
665   "input tests input should upload the file (input.spec.ts)": [
666     "SKIP"
667   ],
668   "input tests Page.waitForFileChooser should work when file input is attached to DOM (input.spec.ts)": [
669     "SKIP"
670   ],
671   "input tests Page.waitForFileChooser should work when file input is not attached to DOM (input.spec.ts)": [
672     "SKIP"
673   ],
674   "input tests Page.waitForFileChooser should respect timeout (input.spec.ts)": [
675     "SKIP"
676   ],
677   "input tests Page.waitForFileChooser should respect default timeout when there is no custom timeout (input.spec.ts)": [
678     "SKIP"
679   ],
680   "input tests Page.waitForFileChooser should prioritize exact timeout over default timeout (input.spec.ts)": [
681     "SKIP"
682   ],
683   "input tests Page.waitForFileChooser should work with no timeout (input.spec.ts)": [
684     "SKIP"
685   ],
686   "input tests Page.waitForFileChooser should return the same file chooser when there are many watchdogs simultaneously (input.spec.ts)": [
687     "SKIP"
688   ],
689   "input tests FileChooser.accept should accept single file (input.spec.ts)": [
690     "SKIP"
691   ],
692   "input tests FileChooser.accept should be able to read selected file (input.spec.ts)": [
693     "SKIP"
694   ],
695   "input tests FileChooser.accept should be able to reset selected files with empty file list (input.spec.ts)": [
696     "SKIP"
697   ],
698   "input tests FileChooser.accept should not accept multiple files for single-file input (input.spec.ts)": [
699     "SKIP"
700   ],
701   "input tests FileChooser.accept should fail for non-existent files (input.spec.ts)": [
702     "SKIP"
703   ],
704   "input tests FileChooser.accept should fail when accepting file chooser twice (input.spec.ts)": [
705     "SKIP"
706   ],
707   "input tests FileChooser.cancel should cancel dialog (input.spec.ts)": [
708     "SKIP"
709   ],
710   "input tests FileChooser.cancel should fail when canceling file chooser twice (input.spec.ts)": [
711     "SKIP"
712   ],
713   "input tests FileChooser.isMultiple should work for single file pick (input.spec.ts)": [
714     "SKIP"
715   ],
716   "input tests FileChooser.isMultiple should work for \"multiple\" (input.spec.ts)": [
717     "SKIP"
718   ],
719   "input tests FileChooser.isMultiple should work for \"webkitdirectory\" (input.spec.ts)": [
720     "SKIP"
721   ],
722   "JSHandle Page.evaluateHandle should work (jshandle.spec.ts)": [
723     "PASS"
724   ],
725   "JSHandle Page.evaluateHandle should accept object handle as an argument (jshandle.spec.ts)": [
726     "PASS"
727   ],
728   "JSHandle Page.evaluateHandle should accept object handle to primitive types (jshandle.spec.ts)": [
729     "PASS"
730   ],
731   "JSHandle Page.evaluateHandle should warn on nested object handles (jshandle.spec.ts)": [
732     "PASS"
733   ],
734   "JSHandle Page.evaluateHandle should accept object handle to unserializable value (jshandle.spec.ts)": [
735     "PASS"
736   ],
737   "JSHandle Page.evaluateHandle should use the same JS wrappers (jshandle.spec.ts)": [
738     "PASS"
739   ],
740   "JSHandle Page.evaluateHandle should work with primitives (jshandle.spec.ts)": [
741     "PASS"
742   ],
743   "JSHandle JSHandle.getProperty should work (jshandle.spec.ts)": [
744     "PASS"
745   ],
746   "JSHandle JSHandle.jsonValue should work (jshandle.spec.ts)": [
747     "PASS"
748   ],
749   "JSHandle JSHandle.jsonValue should not work with dates (jshandle.spec.ts)": [
750     "FAIL"
751   ],
752   "JSHandle JSHandle.jsonValue should throw for circular objects (jshandle.spec.ts)": [
753     "PASS"
754   ],
755   "JSHandle JSHandle.getProperties should work (jshandle.spec.ts)": [
756     "PASS"
757   ],
758   "JSHandle JSHandle.getProperties should return even non-own properties (jshandle.spec.ts)": [
759     "PASS"
760   ],
761   "JSHandle JSHandle.asElement should work (jshandle.spec.ts)": [
762     "PASS"
763   ],
764   "JSHandle JSHandle.asElement should return null for non-elements (jshandle.spec.ts)": [
765     "PASS"
766   ],
767   "JSHandle JSHandle.asElement should return ElementHandle for TextNodes (jshandle.spec.ts)": [
768     "PASS"
769   ],
770   "JSHandle JSHandle.toString should work for primitives (jshandle.spec.ts)": [
771     "PASS"
772   ],
773   "JSHandle JSHandle.toString should work for complicated objects (jshandle.spec.ts)": [
774     "PASS"
775   ],
776   "JSHandle JSHandle.toString should work with different subtypes (jshandle.spec.ts)": [
777     "PASS"
778   ],
779   "Keyboard should type into a textarea (keyboard.spec.ts)": [
780     "PASS"
781   ],
782   "Keyboard should press the metaKey (keyboard.spec.ts)": [
783     "FAIL"
784   ],
785   "Keyboard should move with the arrow keys (keyboard.spec.ts)": [
786     "PASS"
787   ],
788   "Keyboard should send a character with ElementHandle.press (keyboard.spec.ts)": [
789     "PASS"
790   ],
791   "Keyboard ElementHandle.press should support |text| option (keyboard.spec.ts)": [
792     "FAIL"
793   ],
794   "Keyboard should send a character with sendCharacter (keyboard.spec.ts)": [
795     "FAIL"
796   ],
797   "Keyboard should report shiftKey (keyboard.spec.ts)": [
798     "PASS", "FAIL"
799   ],
800   "Keyboard should report multiple modifiers (keyboard.spec.ts)": [
801     "PASS"
802   ],
803   "Keyboard should send proper codes while typing (keyboard.spec.ts)": [
804     "PASS"
805   ],
806   "Keyboard should send proper codes while typing with shift (keyboard.spec.ts)": [
807     "PASS"
808   ],
809   "Keyboard should not type canceled events (keyboard.spec.ts)": [
810     "PASS"
811   ],
812   "Keyboard should specify repeat property (keyboard.spec.ts)": [
813     "FAIL"
814   ],
815   "Keyboard should type all kinds of characters (keyboard.spec.ts)": [
816     "FAIL"
817   ],
818   "Keyboard should specify location (keyboard.spec.ts)": [
819     "FAIL"
820   ],
821   "Keyboard should throw on unknown keys (keyboard.spec.ts)": [
822     "PASS"
823   ],
824   "Keyboard should type emoji (keyboard.spec.ts)": [
825     "FAIL"
826   ],
827   "Keyboard should type emoji into an iframe (keyboard.spec.ts)": [
828     "FAIL"
829   ],
830   "Keyboard should press the meta key (keyboard.spec.ts)": [
831     "PASS", "FAIL"
832   ],
833   "Launcher specs Puppeteer BrowserFetcher should download and extract chrome linux binary (launcher.spec.ts)": [
834     "PASS"
835   ],
836   "Launcher specs Puppeteer BrowserFetcher should download and extract firefox linux binary (launcher.spec.ts)": [
837     "PASS"
838   ],
839   "Launcher specs Puppeteer Browser.disconnect should reject navigation when browser closes (launcher.spec.ts)": [
840     "PASS"
841   ],
842   "Launcher specs Puppeteer Browser.disconnect should reject waitForSelector when browser closes (launcher.spec.ts)": [
843     "PASS"
844   ],
845   "Launcher specs Puppeteer Browser.close should terminate network waiters (launcher.spec.ts)": [
846     "PASS"
847   ],
848   "Launcher specs Puppeteer Puppeteer.launch should reject all promises when browser is closed (launcher.spec.ts)": [
849     "PASS"
850   ],
851   "Launcher specs Puppeteer Puppeteer.launch should reject if executable path is invalid (launcher.spec.ts)": [
852     "PASS"
853   ],
854   "Launcher specs Puppeteer Puppeteer.launch userDataDir option (launcher.spec.ts)": [
855     "PASS"
856   ],
857   "Launcher specs Puppeteer Puppeteer.launch userDataDir argument (launcher.spec.ts)": [
858     "PASS"
859   ],
860   "Launcher specs Puppeteer Puppeteer.launch userDataDir option should restore state (launcher.spec.ts)": [
861     "PASS"
862   ],
863   "Launcher specs Puppeteer Puppeteer.launch userDataDir option should restore cookies (launcher.spec.ts)": [
864     "SKIP"
865   ],
866   "Launcher specs Puppeteer Puppeteer.launch should return the default arguments (launcher.spec.ts)": [
867     "PASS"
868   ],
869   "Launcher specs Puppeteer Puppeteer.launch should report the correct product (launcher.spec.ts)": [
870     "PASS"
871   ],
872   "Launcher specs Puppeteer Puppeteer.launch should work with no default arguments (launcher.spec.ts)": [
873     "FAIL", "PASS"
874   ],
875   "Launcher specs Puppeteer Puppeteer.launch should filter out ignored default arguments (launcher.spec.ts)": [
876     "FAIL", "PASS"
877   ],
878   "Launcher specs Puppeteer Puppeteer.launch should have default URL when launching browser (launcher.spec.ts)": [
879     "PASS"
880   ],
881   "Launcher specs Puppeteer Puppeteer.launch should have custom URL when launching browser (launcher.spec.ts)": [
882     "PASS", "TIMEOUT"
883   ],
884   "Launcher specs Puppeteer Puppeteer.launch should set the default viewport (launcher.spec.ts)": [
885     "PASS"
886   ],
887   "Launcher specs Puppeteer Puppeteer.launch should disable the default viewport (launcher.spec.ts)": [
888     "PASS"
889   ],
890   "Launcher specs Puppeteer Puppeteer.launch should take fullPage screenshots when defaultViewport is null (launcher.spec.ts)": [
891     "PASS"
892   ],
893   "Launcher specs Puppeteer Puppeteer.launch should be able to launch Chrome (launcher.spec.ts)": [
894     "SKIP"
895   ],
896   "Launcher specs Puppeteer Puppeteer.launch falls back to launching chrome if there is an unknown product but logs a warning (launcher.spec.ts)": [
897     "FAIL"
898   ],
899   "Launcher specs Puppeteer Puppeteer.launch should be able to launch Firefox (launcher.spec.ts)": [
900     "SKIP"
901   ],
902   "Launcher specs Puppeteer Puppeteer.connect should be able to connect multiple times to the same browser (launcher.spec.ts)": [
903     "PASS"
904   ],
905   "Launcher specs Puppeteer Puppeteer.connect should be able to close remote browser (launcher.spec.ts)": [
906     "PASS"
907   ],
908   "Launcher specs Puppeteer Puppeteer.connect should support ignoreHTTPSErrors option (launcher.spec.ts)": [
909     "PASS"
910   ],
911   "Launcher specs Puppeteer Puppeteer.connect should be able to reconnect to a disconnected browser (launcher.spec.ts)": [
912     "PASS"
913   ],
914   "Launcher specs Puppeteer Puppeteer.connect should be able to connect to the same page simultaneously (launcher.spec.ts)": [
915     "FAIL"
916   ],
917   "Launcher specs Puppeteer Puppeteer.executablePath should work (launcher.spec.ts)": [
918     "SKIP"
919   ],
920   "Launcher specs Browser target events should work (launcher.spec.ts)": [
921     "FAIL"
922   ],
923   "Launcher specs Browser.Events.disconnected should be emitted when: browser gets closed, disconnected or underlying websocket gets closed (launcher.spec.ts)": [
924     "PASS"
925   ],
926   "Mouse should click the document (mouse.spec.ts)": [
927     "PASS"
928   ],
929   "Mouse should resize the textarea (mouse.spec.ts)": [
930     "FAIL", "PASS"
931   ],
932   "Mouse should select the text with mouse (mouse.spec.ts)": [
933     "FAIL", "PASS"
934   ],
935   "Mouse should trigger hover state (mouse.spec.ts)": [
936     "PASS", "FAIL"
937   ],
938   "Mouse should trigger hover state with removed window.Node (mouse.spec.ts)": [
939     "FAIL"
940   ],
941   "Mouse should set modifier keys on click (mouse.spec.ts)": [
942     "PASS"
943   ],
944   "Mouse should send mouse wheel events (mouse.spec.ts)": [
945     "FAIL"
946   ],
947   "Mouse should tween mouse movement (mouse.spec.ts)": [
948     "PASS", "FAIL"
949   ],
950   "Mouse should work with mobile viewports and cross process navigations (mouse.spec.ts)": [
951     "PASS"
952   ],
953   "navigation Page.goto should work (navigation.spec.ts)": [
954     "PASS"
955   ],
956   "navigation Page.goto should work with anchor navigation (navigation.spec.ts)": [
957     "TIMEOUT"
958   ],
959   "navigation Page.goto should work with redirects (navigation.spec.ts)": [
960     "PASS"
961   ],
962   "navigation Page.goto should navigate to about:blank (navigation.spec.ts)": [
963     "PASS"
964   ],
965   "navigation Page.goto should return response when page changes its URL after load (navigation.spec.ts)": [
966     "PASS"
967   ],
968   "navigation Page.goto should work with subframes return 204 (navigation.spec.ts)": [
969     "TIMEOUT"
970   ],
971   "navigation Page.goto should fail when server returns 204 (navigation.spec.ts)": [
972     "TIMEOUT"
973   ],
974   "navigation Page.goto should navigate to empty page with domcontentloaded (navigation.spec.ts)": [
975     "PASS"
976   ],
977   "navigation Page.goto should work when page calls history API in beforeunload (navigation.spec.ts)": [
978     "PASS"
979   ],
980   "navigation Page.goto should navigate to empty page with networkidle0 (navigation.spec.ts)": [
981     "TIMEOUT"
982   ],
983   "navigation Page.goto should navigate to empty page with networkidle2 (navigation.spec.ts)": [
984     "TIMEOUT"
985   ],
986   "navigation Page.goto should fail when navigating to bad url (navigation.spec.ts)": [
987     "FAIL"
988   ],
989   "navigation Page.goto should fail when navigating to bad SSL (navigation.spec.ts)": [
990     "FAIL"
991   ],
992   "navigation Page.goto should fail when navigating to bad SSL after redirects (navigation.spec.ts)": [
993     "PASS"
994   ],
995   "navigation Page.goto should throw if networkidle is passed as an option (navigation.spec.ts)": [
996     "PASS"
997   ],
998   "navigation Page.goto should fail when main resources failed to load (navigation.spec.ts)": [
999     "PASS"
1000   ],
1001   "navigation Page.goto should fail when exceeding maximum navigation timeout (navigation.spec.ts)": [
1002     "PASS"
1003   ],
1004   "navigation Page.goto should fail when exceeding default maximum navigation timeout (navigation.spec.ts)": [
1005     "PASS"
1006   ],
1007   "navigation Page.goto should fail when exceeding default maximum timeout (navigation.spec.ts)": [
1008     "PASS"
1009   ],
1010   "navigation Page.goto should prioritize default navigation timeout over default timeout (navigation.spec.ts)": [
1011     "PASS"
1012   ],
1013   "navigation Page.goto should disable timeout when its set to 0 (navigation.spec.ts)": [
1014     "PASS"
1015   ],
1016   "navigation Page.goto should work when navigating to valid url (navigation.spec.ts)": [
1017     "PASS"
1018   ],
1019   "navigation Page.goto should work when navigating to data url (navigation.spec.ts)": [
1020     "FAIL"
1021   ],
1022   "navigation Page.goto should work when navigating to 404 (navigation.spec.ts)": [
1023     "PASS"
1024   ],
1025   "navigation Page.goto should return last response in redirect chain (navigation.spec.ts)": [
1026     "PASS"
1027   ],
1028   "navigation Page.goto should wait for network idle to succeed navigation (navigation.spec.ts)": [
1029     "TIMEOUT"
1030   ],
1031   "navigation Page.goto should not leak listeners during navigation (navigation.spec.ts)": [
1032     "PASS"
1033   ],
1034   "navigation Page.goto should not leak listeners during bad navigation (navigation.spec.ts)": [
1035     "PASS"
1036   ],
1037   "navigation Page.goto should not leak listeners during navigation of 11 pages (navigation.spec.ts)": [
1038     "PASS"
1039   ],
1040   "navigation Page.goto should navigate to dataURL and fire dataURL requests (navigation.spec.ts)": [
1041     "FAIL"
1042   ],
1043   "navigation Page.goto should navigate to URL with hash and fire requests without hash (navigation.spec.ts)": [
1044     "FAIL"
1045   ],
1046   "navigation Page.goto should work with self requesting page (navigation.spec.ts)": [
1047     "PASS"
1048   ],
1049   "navigation Page.goto should fail when navigating and show the url at the error message (navigation.spec.ts)": [
1050     "PASS"
1051   ],
1052   "navigation Page.goto should send referer (navigation.spec.ts)": [
1053     "FAIL"
1054   ],
1055   "navigation Page.waitForNavigation should work (navigation.spec.ts)": [
1056     "PASS", "FAIL"
1057   ],
1058   "navigation Page.waitForNavigation should work with both domcontentloaded and load (navigation.spec.ts)": [
1059     "PASS"
1060   ],
1061   "navigation Page.waitForNavigation should work with clicking on anchor links (navigation.spec.ts)": [
1062     "TIMEOUT", "FAIL"
1063   ],
1064   "navigation Page.waitForNavigation should work with history.pushState() (navigation.spec.ts)": [
1065     "FAIL", "TIMEOUT"
1066   ],
1067   "navigation Page.waitForNavigation should work with history.replaceState() (navigation.spec.ts)": [
1068     "FAIL", "TIMEOUT"
1069   ],
1070   "navigation Page.waitForNavigation should work with DOM history.back()/history.forward() (navigation.spec.ts)": [
1071     "FAIL", "TIMEOUT"
1072   ],
1073   "navigation Page.waitForNavigation should work when subframe issues window.stop() (navigation.spec.ts)": [
1074     "TIMEOUT"
1075   ],
1076   "navigation Page.goBack should work (navigation.spec.ts)": [
1077     "PASS"
1078   ],
1079   "navigation Page.goBack should work with HistoryAPI (navigation.spec.ts)": [
1080     "FAIL"
1081   ],
1082   "navigation Frame.goto should navigate subframes (navigation.spec.ts)": [
1083     "FAIL"
1084   ],
1085   "navigation Frame.goto should reject when frame detaches (navigation.spec.ts)": [
1086     "TIMEOUT"
1087   ],
1088   "navigation Frame.goto should return matching responses (navigation.spec.ts)": [
1089     "TIMEOUT"
1090   ],
1091   "navigation Frame.waitForNavigation should work (navigation.spec.ts)": [
1092     "FAIL"
1093   ],
1094   "navigation Frame.waitForNavigation should fail when frame detaches (navigation.spec.ts)": [
1095     "PASS"
1096   ],
1097   "navigation Page.reload should work (navigation.spec.ts)": [
1098     "PASS"
1099   ],
1100   "network Page.Events.Request should fire for navigation requests (network.spec.ts)": [
1101     "PASS"
1102   ],
1103   "network Page.Events.Request should fire for iframes (network.spec.ts)": [
1104     "PASS"
1105   ],
1106   "network Page.Events.Request should fire for fetches (network.spec.ts)": [
1107     "PASS"
1108   ],
1109   "network Request.frame should work for main frame navigation request (network.spec.ts)": [
1110     "PASS"
1111   ],
1112   "network Request.frame should work for subframe navigation request (network.spec.ts)": [
1113     "PASS"
1114   ],
1115   "network Request.frame should work for fetch requests (network.spec.ts)": [
1116     "PASS"
1117   ],
1118   "network Request.headers should work (network.spec.ts)": [
1119     "PASS"
1120   ],
1121   "network Response.headers should work (network.spec.ts)": [
1122     "PASS"
1123   ],
1124   "network Response.fromCache should return |false| for non-cached content (network.spec.ts)": [
1125     "PASS"
1126   ],
1127   "network Response.fromCache should work (network.spec.ts)": [
1128     "FAIL"
1129   ],
1130   "network Response.fromServiceWorker should return |false| for non-service-worker content (network.spec.ts)": [
1131     "PASS"
1132   ],
1133   "network Response.fromServiceWorker Response.fromServiceWorker (network.spec.ts)": [
1134     "TIMEOUT"
1135   ],
1136   "network Request.postData should work (network.spec.ts)": [
1137     "FAIL"
1138   ],
1139   "network Request.postData should be |undefined| when there is no post data (network.spec.ts)": [
1140     "PASS"
1141   ],
1142   "network Response.text should work (network.spec.ts)": [
1143     "TIMEOUT"
1144   ],
1145   "network Response.text should return uncompressed text (network.spec.ts)": [
1146     "TIMEOUT"
1147   ],
1148   "network Response.text should throw when requesting body of redirected response (network.spec.ts)": [
1149     "FAIL"
1150   ],
1151   "network Response.text should wait until response completes (network.spec.ts)": [
1152     "TIMEOUT"
1153   ],
1154   "network Response.json should work (network.spec.ts)": [
1155     "TIMEOUT"
1156   ],
1157   "network Response.buffer should work (network.spec.ts)": [
1158     "TIMEOUT"
1159   ],
1160   "network Response.buffer should work with compression (network.spec.ts)": [
1161     "TIMEOUT"
1162   ],
1163   "network Response.statusText should work (network.spec.ts)": [
1164     "PASS"
1165   ],
1166   "network Network Events Page.Events.Request (network.spec.ts)": [
1167     "FAIL", "PASS"
1168   ],
1169   "network Network Events Page.Events.Response (network.spec.ts)": [
1170     "PASS", "FAIL"
1171   ],
1172   "network Network Events Page.Events.RequestFailed (network.spec.ts)": [
1173     "FAIL"
1174   ],
1175   "network Network Events Page.Events.RequestFinished (network.spec.ts)": [
1176     "FAIL"
1177   ],
1178   "network Network Events should fire events in proper order (network.spec.ts)": [
1179     "FAIL"
1180   ],
1181   "network Network Events should support redirects (network.spec.ts)": [
1182     "FAIL"
1183   ],
1184   "network Request.isNavigationRequest should work (network.spec.ts)": [
1185     "FAIL"
1186   ],
1187   "network Request.isNavigationRequest should work with request interception (network.spec.ts)": [
1188     "FAIL"
1189   ],
1190   "network Request.isNavigationRequest should work when navigating to image (network.spec.ts)": [
1191     "PASS"
1192   ],
1193   "network Page.setExtraHTTPHeaders should work (network.spec.ts)": [
1194     "FAIL"
1195   ],
1196   "network Page.setExtraHTTPHeaders should throw for non-string header values (network.spec.ts)": [
1197     "PASS"
1198   ],
1199   "network Page.authenticate should work (network.spec.ts)": [
1200     "TIMEOUT"
1201   ],
1202   "network Page.authenticate should fail if wrong credentials (network.spec.ts)": [
1203     "FAIL"
1204   ],
1205   "network Page.authenticate should allow disable authentication (network.spec.ts)": [
1206     "FAIL"
1207   ],
1208   "Page Page.close should reject all promises when page is closed (page.spec.ts)": [
1209     "PASS"
1210   ],
1211   "Page Page.close should not be visible in browser.pages (page.spec.ts)": [
1212     "PASS"
1213   ],
1214   "Page Page.close should run beforeunload if asked for (page.spec.ts)": [
1215     "TIMEOUT"
1216   ],
1217   "Page Page.close should *not* run beforeunload by default (page.spec.ts)": [
1218     "TIMEOUT"
1219   ],
1220   "Page Page.close should set the page close state (page.spec.ts)": [
1221     "PASS"
1222   ],
1223   "Page Page.close should terminate network waiters (page.spec.ts)": [
1224     "TIMEOUT"
1225   ],
1226   "Page Page.Events.Load should fire when expected (page.spec.ts)": [
1227     "PASS"
1228   ],
1229   "Page removing and adding event handlers should correctly fire event handlers as they are added and then removed (page.spec.ts)": [
1230     "FAIL"
1231   ],
1232   "Page Page.Events.error should throw when page crashes (page.spec.ts)": [
1233     "TIMEOUT"
1234   ],
1235   "Page Page.Events.Popup should work (page.spec.ts)": [
1236     "FAIL"
1237   ],
1238   "Page Page.Events.Popup should work with noopener (page.spec.ts)": [
1239     "TIMEOUT"
1240   ],
1241   "Page Page.Events.Popup should work with clicking target=_blank (page.spec.ts)": [
1242     "TIMEOUT"
1243   ],
1244   "Page Page.Events.Popup should work with fake-clicking target=_blank and rel=noopener (page.spec.ts)": [
1245     "TIMEOUT"
1246   ],
1247   "Page Page.Events.Popup should work with clicking target=_blank and rel=noopener (page.spec.ts)": [
1248     "TIMEOUT"
1249   ],
1250   "Page BrowserContext.overridePermissions should be prompt by default (page.spec.ts)": [
1251     "PASS"
1252   ],
1253   "Page BrowserContext.overridePermissions should deny permission when not listed (page.spec.ts)": [
1254     "FAIL"
1255   ],
1256   "Page BrowserContext.overridePermissions should fail when bad permission is given (page.spec.ts)": [
1257     "PASS"
1258   ],
1259   "Page BrowserContext.overridePermissions should grant permission when listed (page.spec.ts)": [
1260     "FAIL"
1261   ],
1262   "Page BrowserContext.overridePermissions should reset permissions (page.spec.ts)": [
1263     "FAIL"
1264   ],
1265   "Page BrowserContext.overridePermissions should trigger permission onchange (page.spec.ts)": [
1266     "FAIL"
1267   ],
1268   "Page BrowserContext.overridePermissions should isolate permissions between browser contexs (page.spec.ts)": [
1269     "FAIL"
1270   ],
1271   "Page Page.setGeolocation should work (page.spec.ts)": [
1272     "FAIL"
1273   ],
1274   "Page Page.setGeolocation should throw when invalid longitude (page.spec.ts)": [
1275     "PASS"
1276   ],
1277   "Page Page.setOfflineMode should work (page.spec.ts)": [
1278     "FAIL"
1279   ],
1280   "Page Page.setOfflineMode should emulate navigator.onLine (page.spec.ts)": [
1281     "FAIL"
1282   ],
1283   "Page ExecutionContext.queryObjects should work (page.spec.ts)": [
1284     "FAIL"
1285   ],
1286   "Page ExecutionContext.queryObjects should work for non-blank page (page.spec.ts)": [
1287     "FAIL"
1288   ],
1289   "Page ExecutionContext.queryObjects should fail for disposed handles (page.spec.ts)": [
1290     "PASS"
1291   ],
1292   "Page ExecutionContext.queryObjects should fail primitive values as prototypes (page.spec.ts)": [
1293     "PASS"
1294   ],
1295   "Page Page.Events.Console should work (page.spec.ts)": [
1296     "FAIL"
1297   ],
1298   "Page Page.Events.Console should work for different console API calls (page.spec.ts)": [
1299     "FAIL"
1300   ],
1301   "Page Page.Events.Console should not fail for window object (page.spec.ts)": [
1302     "FAIL"
1303   ],
1304   "Page Page.Events.Console should trigger correct Log (page.spec.ts)": [
1305     "FAIL"
1306   ],
1307   "Page Page.Events.Console should have location when fetch fails (page.spec.ts)": [
1308     "FAIL"
1309   ],
1310   "Page Page.Events.Console should have location and stack trace for console API calls (page.spec.ts)": [
1311     "FAIL"
1312   ],
1313   "Page Page.Events.Console should not throw when there are console messages in detached iframes (page.spec.ts)": [
1314     "PASS"
1315   ],
1316   "Page Page.Events.DOMContentLoaded should fire when expected (page.spec.ts)": [
1317     "PASS"
1318   ],
1319   "Page Page.metrics should get metrics from a page (page.spec.ts)": [
1320     "FAIL"
1321   ],
1322   "Page Page.metrics metrics event fired on console.timeStamp (page.spec.ts)": [
1323     "TIMEOUT"
1324   ],
1325   "Page Page.waitForRequest should work (page.spec.ts)": [
1326     "PASS"
1327   ],
1328   "Page Page.waitForRequest should work with predicate (page.spec.ts)": [
1329     "PASS"
1330   ],
1331   "Page Page.waitForRequest should respect timeout (page.spec.ts)": [
1332     "PASS"
1333   ],
1334   "Page Page.waitForRequest should respect default timeout (page.spec.ts)": [
1335     "PASS"
1336   ],
1337   "Page Page.waitForRequest should work with no timeout (page.spec.ts)": [
1338     "PASS"
1339   ],
1340   "Page Page.waitForResponse should work (page.spec.ts)": [
1341     "PASS"
1342   ],
1343   "Page Page.waitForResponse should respect timeout (page.spec.ts)": [
1344     "PASS"
1345   ],
1346   "Page Page.waitForResponse should respect default timeout (page.spec.ts)": [
1347     "PASS"
1348   ],
1349   "Page Page.waitForResponse should work with predicate (page.spec.ts)": [
1350     "PASS"
1351   ],
1352   "Page Page.waitForResponse should work with no timeout (page.spec.ts)": [
1353     "PASS"
1354   ],
1355   "Page Page.exposeFunction should work (page.spec.ts)": [
1356     "FAIL"
1357   ],
1358   "Page Page.exposeFunction should throw exception in page context (page.spec.ts)": [
1359     "FAIL"
1360   ],
1361   "Page Page.exposeFunction should support throwing \"null\" (page.spec.ts)": [
1362     "FAIL"
1363   ],
1364   "Page Page.exposeFunction should be callable from-inside evaluateOnNewDocument (page.spec.ts)": [
1365     "FAIL"
1366   ],
1367   "Page Page.exposeFunction should survive navigation (page.spec.ts)": [
1368     "FAIL"
1369   ],
1370   "Page Page.exposeFunction should await returned promise (page.spec.ts)": [
1371     "FAIL"
1372   ],
1373   "Page Page.exposeFunction should work on frames (page.spec.ts)": [
1374     "FAIL"
1375   ],
1376   "Page Page.exposeFunction should work on frames before navigation (page.spec.ts)": [
1377     "FAIL"
1378   ],
1379   "Page Page.exposeFunction should work with complex objects (page.spec.ts)": [
1380     "FAIL"
1381   ],
1382   "Page Page.Events.PageError should fire (page.spec.ts)": [
1383     "PASS"
1384   ],
1385   "Page Page.setUserAgent should work (page.spec.ts)": [
1386     "PASS"
1387   ],
1388   "Page Page.setUserAgent should work for subframes (page.spec.ts)": [
1389     "PASS"
1390   ],
1391   "Page Page.setUserAgent should emulate device user-agent (page.spec.ts)": [
1392     "PASS"
1393   ],
1394   "Page Page.setContent should work (page.spec.ts)": [
1395     "PASS"
1396   ],
1397   "Page Page.setContent should work with doctype (page.spec.ts)": [
1398     "PASS"
1399   ],
1400   "Page Page.setContent should work with HTML 4 doctype (page.spec.ts)": [
1401     "PASS"
1402   ],
1403   "Page Page.setContent should respect timeout (page.spec.ts)": [
1404     "PASS"
1405   ],
1406   "Page Page.setContent should respect default navigation timeout (page.spec.ts)": [
1407     "PASS"
1408   ],
1409   "Page Page.setContent should await resources to load (page.spec.ts)": [
1410     "PASS"
1411   ],
1412   "Page Page.setContent should work fast enough (page.spec.ts)": [
1413     "PASS"
1414   ],
1415   "Page Page.setContent should work with tricky content (page.spec.ts)": [
1416     "PASS"
1417   ],
1418   "Page Page.setContent should work with accents (page.spec.ts)": [
1419     "PASS"
1420   ],
1421   "Page Page.setContent should work with emojis (page.spec.ts)": [
1422     "PASS"
1423   ],
1424   "Page Page.setContent should work with newline (page.spec.ts)": [
1425     "PASS"
1426   ],
1427   "Page Page.setBypassCSP should bypass CSP meta tag (page.spec.ts)": [
1428     "FAIL"
1429   ],
1430   "Page Page.setBypassCSP should bypass CSP header (page.spec.ts)": [
1431     "FAIL"
1432   ],
1433   "Page Page.setBypassCSP should bypass after cross-process navigation (page.spec.ts)": [
1434     "FAIL"
1435   ],
1436   "Page Page.setBypassCSP should bypass CSP in iframes as well (page.spec.ts)": [
1437     "FAIL"
1438   ],
1439   "Page Page.addScriptTag should throw an error if no options are provided (page.spec.ts)": [
1440     "PASS"
1441   ],
1442   "Page Page.addScriptTag should work with a url (page.spec.ts)": [
1443     "PASS"
1444   ],
1445   "Page Page.addScriptTag should work with a url and type=module (page.spec.ts)": [
1446     "PASS"
1447   ],
1448   "Page Page.addScriptTag should work with a path and type=module (page.spec.ts)": [
1449     "PASS"
1450   ],
1451   "Page Page.addScriptTag should work with a content and type=module (page.spec.ts)": [
1452     "PASS"
1453   ],
1454   "Page Page.addScriptTag should throw an error if loading from url fail (page.spec.ts)": [
1455     "PASS"
1456   ],
1457   "Page Page.addScriptTag should work with a path (page.spec.ts)": [
1458     "PASS"
1459   ],
1460   "Page Page.addScriptTag should include sourcemap when path is provided (page.spec.ts)": [
1461     "PASS"
1462   ],
1463   "Page Page.addScriptTag should work with content (page.spec.ts)": [
1464     "PASS"
1465   ],
1466   "Page Page.addScriptTag should throw when added with content to the CSP page (page.spec.ts)": [
1467     "SKIP"
1468   ],
1469   "Page Page.addScriptTag should throw when added with URL to the CSP page (page.spec.ts)": [
1470     "PASS"
1471   ],
1472   "Page Page.addStyleTag should throw an error if no options are provided (page.spec.ts)": [
1473     "PASS"
1474   ],
1475   "Page Page.addStyleTag should work with a url (page.spec.ts)": [
1476     "PASS"
1477   ],
1478   "Page Page.addStyleTag should throw an error if loading from url fail (page.spec.ts)": [
1479     "PASS"
1480   ],
1481   "Page Page.addStyleTag should work with a path (page.spec.ts)": [
1482     "PASS"
1483   ],
1484   "Page Page.addStyleTag should include sourcemap when path is provided (page.spec.ts)": [
1485     "PASS"
1486   ],
1487   "Page Page.addStyleTag should work with content (page.spec.ts)": [
1488     "PASS"
1489   ],
1490   "Page Page.addStyleTag should throw when added with content to the CSP page (page.spec.ts)": [
1491     "TIMEOUT"
1492   ],
1493   "Page Page.addStyleTag should throw when added with URL to the CSP page (page.spec.ts)": [
1494     "PASS"
1495   ],
1496   "Page Page.url should work (page.spec.ts)": [
1497     "PASS"
1498   ],
1499   "Page Page.setJavaScriptEnabled should work (page.spec.ts)": [
1500     "FAIL"
1501   ],
1502   "Page Page.setCacheEnabled should enable or disable the cache based on the state passed (page.spec.ts)": [
1503     "FAIL"
1504   ],
1505   "Page Page.setCacheEnabled should stay disabled when toggling request interception on/off (page.spec.ts)": [
1506     "FAIL"
1507   ],
1508   "Page printing to PDF can print to PDF and save to file (page.spec.ts)": [
1509     "PASS"
1510   ],
1511   "Page Page.title should return the page title (page.spec.ts)": [
1512     "PASS"
1513   ],
1514   "Page Page.select should select single option (page.spec.ts)": [
1515     "PASS"
1516   ],
1517   "Page Page.select should select only first option (page.spec.ts)": [
1518     "PASS"
1519   ],
1520   "Page Page.select should not throw when select causes navigation (page.spec.ts)": [
1521     "PASS"
1522   ],
1523   "Page Page.select should select multiple options (page.spec.ts)": [
1524     "PASS"
1525   ],
1526   "Page Page.select should respect event bubbling (page.spec.ts)": [
1527     "PASS"
1528   ],
1529   "Page Page.select should throw when element is not a <select> (page.spec.ts)": [
1530     "PASS"
1531   ],
1532   "Page Page.select should return [] on no matched values (page.spec.ts)": [
1533     "PASS"
1534   ],
1535   "Page Page.select should return an array of matched values (page.spec.ts)": [
1536     "PASS"
1537   ],
1538   "Page Page.select should return an array of one element when multiple is not set (page.spec.ts)": [
1539     "PASS"
1540   ],
1541   "Page Page.select should return [] on no values (page.spec.ts)": [
1542     "PASS"
1543   ],
1544   "Page Page.select should deselect all options when passed no values for a multiple select (page.spec.ts)": [
1545     "PASS"
1546   ],
1547   "Page Page.select should deselect all options when passed no values for a select without multiple (page.spec.ts)": [
1548     "PASS"
1549   ],
1550   "Page Page.select should throw if passed in non-strings (page.spec.ts)": [
1551     "PASS"
1552   ],
1553   "Page Page.select should work when re-defining top-level Event class (page.spec.ts)": [
1554     "FAIL"
1555   ],
1556   "Page Page.Events.Close should work with window.close (page.spec.ts)": [
1557     "SKIP"
1558   ],
1559   "Page Page.Events.Close should work with page.close (page.spec.ts)": [
1560     "PASS"
1561   ],
1562   "Page Page.browser should return the correct browser instance (page.spec.ts)": [
1563     "PASS"
1564   ],
1565   "Page Page.browserContext should return the correct browser instance (page.spec.ts)": [
1566     "PASS"
1567   ],
1568   "querySelector Page.$eval should work (queryselector.spec.ts)": [
1569     "PASS"
1570   ],
1571   "querySelector Page.$eval should accept arguments (queryselector.spec.ts)": [
1572     "PASS"
1573   ],
1574   "querySelector Page.$eval should accept ElementHandles as arguments (queryselector.spec.ts)": [
1575     "PASS"
1576   ],
1577   "querySelector Page.$eval should throw error if no element is found (queryselector.spec.ts)": [
1578     "PASS"
1579   ],
1580   "querySelector pierceHandler should find first element in shadow (queryselector.spec.ts)": [
1581     "PASS"
1582   ],
1583   "querySelector pierceHandler should find all elements in shadow (queryselector.spec.ts)": [
1584     "PASS"
1585   ],
1586   "querySelector Page.$$eval should work (queryselector.spec.ts)": [
1587     "PASS"
1588   ],
1589   "querySelector Page.$$eval should accept extra arguments (queryselector.spec.ts)": [
1590     "PASS"
1591   ],
1592   "querySelector Page.$$eval should accept ElementHandles as arguments (queryselector.spec.ts)": [
1593     "PASS"
1594   ],
1595   "querySelector Page.$$eval should handle many elements (queryselector.spec.ts)": [
1596     "PASS"
1597   ],
1598   "querySelector Page.$ should query existing element (queryselector.spec.ts)": [
1599     "PASS"
1600   ],
1601   "querySelector Page.$ should return null for non-existing element (queryselector.spec.ts)": [
1602     "PASS"
1603   ],
1604   "querySelector Page.$$ should query existing elements (queryselector.spec.ts)": [
1605     "PASS"
1606   ],
1607   "querySelector Page.$$ should return empty array if nothing is found (queryselector.spec.ts)": [
1608     "PASS"
1609   ],
1610   "querySelector Path.$x should query existing element (queryselector.spec.ts)": [
1611     "PASS"
1612   ],
1613   "querySelector Path.$x should return empty array for non-existing element (queryselector.spec.ts)": [
1614     "PASS"
1615   ],
1616   "querySelector Path.$x should return multiple elements (queryselector.spec.ts)": [
1617     "PASS"
1618   ],
1619   "querySelector ElementHandle.$ should query existing element (queryselector.spec.ts)": [
1620     "PASS"
1621   ],
1622   "querySelector ElementHandle.$ should return null for non-existing element (queryselector.spec.ts)": [
1623     "PASS"
1624   ],
1625   "querySelector ElementHandle.$eval should work (queryselector.spec.ts)": [
1626     "PASS"
1627   ],
1628   "querySelector ElementHandle.$eval should retrieve content from subtree (queryselector.spec.ts)": [
1629     "PASS"
1630   ],
1631   "querySelector ElementHandle.$eval should throw in case of missing selector (queryselector.spec.ts)": [
1632     "PASS"
1633   ],
1634   "querySelector ElementHandle.$$eval should work (queryselector.spec.ts)": [
1635     "PASS"
1636   ],
1637   "querySelector ElementHandle.$$eval should retrieve content from subtree (queryselector.spec.ts)": [
1638     "PASS"
1639   ],
1640   "querySelector ElementHandle.$$eval should not throw in case of missing selector (queryselector.spec.ts)": [
1641     "PASS"
1642   ],
1643   "querySelector ElementHandle.$$ should query existing elements (queryselector.spec.ts)": [
1644     "PASS"
1645   ],
1646   "querySelector ElementHandle.$$ should return empty array for non-existing elements (queryselector.spec.ts)": [
1647     "PASS"
1648   ],
1649   "querySelector ElementHandle.$x should query existing element (queryselector.spec.ts)": [
1650     "PASS"
1651   ],
1652   "querySelector ElementHandle.$x should return null for non-existing element (queryselector.spec.ts)": [
1653     "PASS"
1654   ],
1655   "querySelector QueryAll should have registered handler (queryselector.spec.ts)": [
1656     "PASS"
1657   ],
1658   "querySelector QueryAll $$ should query existing elements (queryselector.spec.ts)": [
1659     "PASS"
1660   ],
1661   "querySelector QueryAll $$ should return empty array for non-existing elements (queryselector.spec.ts)": [
1662     "PASS"
1663   ],
1664   "querySelector QueryAll $$eval should work (queryselector.spec.ts)": [
1665     "PASS"
1666   ],
1667   "querySelector QueryAll $$eval should accept extra arguments (queryselector.spec.ts)": [
1668     "PASS"
1669   ],
1670   "querySelector QueryAll $$eval should accept ElementHandles as arguments (queryselector.spec.ts)": [
1671     "PASS"
1672   ],
1673   "querySelector QueryAll $$eval should handle many elements (queryselector.spec.ts)": [
1674     "PASS"
1675   ],
1676   "request interception Page.setRequestInterception should intercept (requestinterception.spec.ts)": [
1677     "FAIL"
1678   ],
1679   "request interception Page.setRequestInterception should work when POST is redirected with 302 (requestinterception.spec.ts)": [
1680     "FAIL"
1681   ],
1682   "request interception Page.setRequestInterception should work when header manipulation headers with redirect (requestinterception.spec.ts)": [
1683     "FAIL"
1684   ],
1685   "request interception Page.setRequestInterception should be able to remove headers (requestinterception.spec.ts)": [
1686     "FAIL"
1687   ],
1688   "request interception Page.setRequestInterception should contain referer header (requestinterception.spec.ts)": [
1689     "FAIL"
1690   ],
1691   "request interception Page.setRequestInterception should properly return navigation response when URL has cookies (requestinterception.spec.ts)": [
1692     "FAIL"
1693   ],
1694   "request interception Page.setRequestInterception should stop intercepting (requestinterception.spec.ts)": [
1695     "FAIL"
1696   ],
1697   "request interception Page.setRequestInterception should show custom HTTP headers (requestinterception.spec.ts)": [
1698     "FAIL"
1699   ],
1700   "request interception Page.setRequestInterception should work with redirect inside sync XHR (requestinterception.spec.ts)": [
1701     "FAIL"
1702   ],
1703   "request interception Page.setRequestInterception should work with custom referer headers (requestinterception.spec.ts)": [
1704     "FAIL"
1705   ],
1706   "request interception Page.setRequestInterception should be abortable (requestinterception.spec.ts)": [
1707     "FAIL"
1708   ],
1709   "request interception Page.setRequestInterception should be abortable with custom error codes (requestinterception.spec.ts)": [
1710     "FAIL"
1711   ],
1712   "request interception Page.setRequestInterception should send referer (requestinterception.spec.ts)": [
1713     "FAIL"
1714   ],
1715   "request interception Page.setRequestInterception should fail navigation when aborting main resource (requestinterception.spec.ts)": [
1716     "FAIL"
1717   ],
1718   "request interception Page.setRequestInterception should work with redirects (requestinterception.spec.ts)": [
1719     "FAIL"
1720   ],
1721   "request interception Page.setRequestInterception should work with redirects for subresources (requestinterception.spec.ts)": [
1722     "FAIL"
1723   ],
1724   "request interception Page.setRequestInterception should be able to abort redirects (requestinterception.spec.ts)": [
1725     "FAIL"
1726   ],
1727   "request interception Page.setRequestInterception should work with equal requests (requestinterception.spec.ts)": [
1728     "FAIL"
1729   ],
1730   "request interception Page.setRequestInterception should navigate to dataURL and fire dataURL requests (requestinterception.spec.ts)": [
1731     "FAIL"
1732   ],
1733   "request interception Page.setRequestInterception should be able to fetch dataURL and fire dataURL requests (requestinterception.spec.ts)": [
1734     "FAIL"
1735   ],
1736   "request interception Page.setRequestInterception should navigate to URL with hash and fire requests without hash (requestinterception.spec.ts)": [
1737     "FAIL"
1738   ],
1739   "request interception Page.setRequestInterception should work with encoded server (requestinterception.spec.ts)": [
1740     "FAIL"
1741   ],
1742   "request interception Page.setRequestInterception should work with badly encoded server (requestinterception.spec.ts)": [
1743     "FAIL"
1744   ],
1745   "request interception Page.setRequestInterception should work with encoded server - 2 (requestinterception.spec.ts)": [
1746     "FAIL"
1747   ],
1748   "request interception Page.setRequestInterception should not throw \"Invalid Interception Id\" if the request was cancelled (requestinterception.spec.ts)": [
1749     "FAIL"
1750   ],
1751   "request interception Page.setRequestInterception should throw if interception is not enabled (requestinterception.spec.ts)": [
1752     "PASS"
1753   ],
1754   "request interception Page.setRequestInterception should work with file URLs (requestinterception.spec.ts)": [
1755     "FAIL"
1756   ],
1757   "request interception Request.continue should work (requestinterception.spec.ts)": [
1758     "FAIL"
1759   ],
1760   "request interception Request.continue should amend HTTP headers (requestinterception.spec.ts)": [
1761     "FAIL"
1762   ],
1763   "request interception Request.continue should redirect in a way non-observable to page (requestinterception.spec.ts)": [
1764     "FAIL"
1765   ],
1766   "request interception Request.continue should amend method (requestinterception.spec.ts)": [
1767     "FAIL"
1768   ],
1769   "request interception Request.continue should amend post data (requestinterception.spec.ts)": [
1770     "FAIL"
1771   ],
1772   "request interception Request.continue should amend both post data and method on navigation (requestinterception.spec.ts)": [
1773     "FAIL"
1774   ],
1775   "request interception Request.respond should work (requestinterception.spec.ts)": [
1776     "FAIL"
1777   ],
1778   "request interception Request.respond should work with status code 422 (requestinterception.spec.ts)": [
1779     "FAIL"
1780   ],
1781   "request interception Request.respond should redirect (requestinterception.spec.ts)": [
1782     "FAIL"
1783   ],
1784   "request interception Request.respond should allow mocking binary responses (requestinterception.spec.ts)": [
1785     "FAIL"
1786   ],
1787   "request interception Request.respond should stringify intercepted request response headers (requestinterception.spec.ts)": [
1788     "FAIL"
1789   ],
1790   "Screenshots Page.screenshot should work (screenshot.spec.ts)": [
1791     "FAIL"
1792   ],
1793   "Screenshots Page.screenshot should clip rect (screenshot.spec.ts)": [
1794     "FAIL"
1795   ],
1796   "Screenshots Page.screenshot should clip elements to the viewport (screenshot.spec.ts)": [
1797     "FAIL"
1798   ],
1799   "Screenshots Page.screenshot should run in parallel (screenshot.spec.ts)": [
1800     "PASS"
1801   ],
1802   "Screenshots Page.screenshot should take fullPage screenshots (screenshot.spec.ts)": [
1803     "FAIL"
1804   ],
1805   "Screenshots Page.screenshot should run in parallel in multiple pages (screenshot.spec.ts)": [
1806     "PASS"
1807   ],
1808   "Screenshots Page.screenshot should allow transparency (screenshot.spec.ts)": [
1809     "FAIL"
1810   ],
1811   "Screenshots Page.screenshot should render white background on jpeg file (screenshot.spec.ts)": [
1812     "FAIL"
1813   ],
1814   "Screenshots Page.screenshot should work with odd clip size on Retina displays (screenshot.spec.ts)": [
1815     "PASS"
1816   ],
1817   "Screenshots Page.screenshot should return base64 (screenshot.spec.ts)": [
1818     "FAIL"
1819   ],
1820   "Screenshots ElementHandle.screenshot should work (screenshot.spec.ts)": [
1821     "PASS"
1822   ],
1823   "Screenshots ElementHandle.screenshot should take into account padding and border (screenshot.spec.ts)": [
1824     "PASS"
1825   ],
1826   "Screenshots ElementHandle.screenshot should capture full element when larger than viewport (screenshot.spec.ts)": [
1827     "PASS"
1828   ],
1829   "Screenshots ElementHandle.screenshot should scroll element into view (screenshot.spec.ts)": [
1830     "PASS"
1831   ],
1832   "Screenshots ElementHandle.screenshot should work with a rotated element (screenshot.spec.ts)": [
1833     "FAIL"
1834   ],
1835   "Screenshots ElementHandle.screenshot should fail to screenshot a detached element (screenshot.spec.ts)": [
1836     "FAIL"
1837   ],
1838   "Screenshots ElementHandle.screenshot should not hang with zero width/height element (screenshot.spec.ts)": [
1839     "PASS"
1840   ],
1841   "Screenshots ElementHandle.screenshot should work for an element with fractional dimensions (screenshot.spec.ts)": [
1842     "PASS"
1843   ],
1844   "Screenshots ElementHandle.screenshot should work for an element with an offset (screenshot.spec.ts)": [
1845     "FAIL"
1846   ],
1847   "Target Browser.targets should return all of the targets (target.spec.ts)": [
1848     "PASS"
1849   ],
1850   "Target Browser.pages should return all of the pages (target.spec.ts)": [
1851     "PASS"
1852   ],
1853   "Target should contain browser target (target.spec.ts)": [
1854     "PASS"
1855   ],
1856   "Target should be able to use the default page in the browser (target.spec.ts)": [
1857     "PASS"
1858   ],
1859   "Target should report when a new page is created and closed (target.spec.ts)": [
1860     "FAIL"
1861   ],
1862   "Target should report when a service worker is created and destroyed (target.spec.ts)": [
1863     "TIMEOUT"
1864   ],
1865   "Target should create a worker from a service worker (target.spec.ts)": [
1866     "TIMEOUT"
1867   ],
1868   "Target should create a worker from a shared worker (target.spec.ts)": [
1869     "TIMEOUT"
1870   ],
1871   "Target should report when a target url changes (target.spec.ts)": [
1872     "TIMEOUT"
1873   ],
1874   "Target should not report uninitialized pages (target.spec.ts)": [
1875     "FAIL"
1876   ],
1877   "Target should not crash while redirecting if original request was missed (target.spec.ts)": [
1878     "FAIL"
1879   ],
1880   "Target should have an opener (target.spec.ts)": [
1881     "TIMEOUT", "FAIL"
1882   ],
1883   "Target Browser.waitForTarget should wait for a target (target.spec.ts)": [
1884     "TIMEOUT"
1885   ],
1886   "Target Browser.waitForTarget should timeout waiting for a non-existent target (target.spec.ts)": [
1887     "PASS"
1888   ],
1889   "Touchscreen should tap the button (touchscreen.spec.ts)": [
1890     "FAIL"
1891   ],
1892   "Touchscreen should report touches (touchscreen.spec.ts)": [
1893     "FAIL"
1894   ],
1895   "waittask specs Page.waitFor should wait for selector (waittask.spec.ts)": [
1896     "PASS"
1897   ],
1898   "waittask specs Page.waitFor should wait for an xpath (waittask.spec.ts)": [
1899     "PASS"
1900   ],
1901   "waittask specs Page.waitFor should not allow you to select an element with single slash xpath (waittask.spec.ts)": [
1902     "PASS"
1903   ],
1904   "waittask specs Page.waitFor should timeout (waittask.spec.ts)": [
1905     "PASS"
1906   ],
1907   "waittask specs Page.waitFor should work with multiline body (waittask.spec.ts)": [
1908     "PASS"
1909   ],
1910   "waittask specs Page.waitFor should wait for predicate (waittask.spec.ts)": [
1911     "PASS"
1912   ],
1913   "waittask specs Page.waitFor should throw when unknown type (waittask.spec.ts)": [
1914     "PASS"
1915   ],
1916   "waittask specs Page.waitFor should wait for predicate with arguments (waittask.spec.ts)": [
1917     "PASS"
1918   ],
1919   "waittask specs Page.waitFor should log a deprecation warning (waittask.spec.ts)": [
1920     "PASS"
1921   ],
1922   "waittask specs Frame.waitForFunction should accept a string (waittask.spec.ts)": [
1923     "PASS"
1924   ],
1925   "waittask specs Frame.waitForFunction should work when resolved right before execution context disposal (waittask.spec.ts)": [
1926     "PASS"
1927   ],
1928   "waittask specs Frame.waitForFunction should poll on interval (waittask.spec.ts)": [
1929     "PASS"
1930   ],
1931   "waittask specs Frame.waitForFunction should poll on interval async (waittask.spec.ts)": [
1932     "PASS"
1933   ],
1934   "waittask specs Frame.waitForFunction should poll on mutation (waittask.spec.ts)": [
1935     "PASS"
1936   ],
1937   "waittask specs Frame.waitForFunction should poll on mutation async (waittask.spec.ts)": [
1938     "PASS"
1939   ],
1940   "waittask specs Frame.waitForFunction should poll on raf (waittask.spec.ts)": [
1941     "PASS"
1942   ],
1943   "waittask specs Frame.waitForFunction should poll on raf async (waittask.spec.ts)": [
1944     "PASS"
1945   ],
1946   "waittask specs Frame.waitForFunction should work with strict CSP policy (waittask.spec.ts)": [
1947     "FAIL"
1948   ],
1949   "waittask specs Frame.waitForFunction should throw on bad polling value (waittask.spec.ts)": [
1950     "PASS"
1951   ],
1952   "waittask specs Frame.waitForFunction should throw negative polling interval (waittask.spec.ts)": [
1953     "PASS"
1954   ],
1955   "waittask specs Frame.waitForFunction should return the success value as a JSHandle (waittask.spec.ts)": [
1956     "PASS"
1957   ],
1958   "waittask specs Frame.waitForFunction should return the window as a success value (waittask.spec.ts)": [
1959     "PASS"
1960   ],
1961   "waittask specs Frame.waitForFunction should accept ElementHandle arguments (waittask.spec.ts)": [
1962     "PASS"
1963   ],
1964   "waittask specs Frame.waitForFunction should respect timeout (waittask.spec.ts)": [
1965     "PASS"
1966   ],
1967   "waittask specs Frame.waitForFunction should respect default timeout (waittask.spec.ts)": [
1968     "PASS"
1969   ],
1970   "waittask specs Frame.waitForFunction should disable timeout when its set to 0 (waittask.spec.ts)": [
1971     "PASS"
1972   ],
1973   "waittask specs Frame.waitForFunction should survive cross-process navigation (waittask.spec.ts)": [
1974     "PASS"
1975   ],
1976   "waittask specs Frame.waitForFunction should survive navigations (waittask.spec.ts)": [
1977     "PASS"
1978   ],
1979   "waittask specs Page.waitForTimeout waits for the given timeout before resolving (waittask.spec.ts)": [
1980     "PASS"
1981   ],
1982   "waittask specs Frame.waitForTimeout waits for the given timeout before resolving (waittask.spec.ts)": [
1983     "PASS"
1984   ],
1985   "waittask specs Frame.waitForSelector should immediately resolve promise if node exists (waittask.spec.ts)": [
1986     "PASS"
1987   ],
1988   "waittask specs Frame.waitForSelector should work with removed MutationObserver (waittask.spec.ts)": [
1989     "FAIL"
1990   ],
1991   "waittask specs Frame.waitForSelector should resolve promise when node is added (waittask.spec.ts)": [
1992     "PASS"
1993   ],
1994   "waittask specs Frame.waitForSelector should work when node is added through innerHTML (waittask.spec.ts)": [
1995     "PASS"
1996   ],
1997   "waittask specs Frame.waitForSelector Page.waitForSelector is shortcut for main frame (waittask.spec.ts)": [
1998     "PASS"
1999   ],
2000   "waittask specs Frame.waitForSelector should run in specified frame (waittask.spec.ts)": [
2001     "PASS"
2002   ],
2003   "waittask specs Frame.waitForSelector should throw when frame is detached (waittask.spec.ts)": [
2004     "PASS"
2005   ],
2006   "waittask specs Frame.waitForSelector should survive cross-process navigation (waittask.spec.ts)": [
2007     "PASS"
2008   ],
2009   "waittask specs Frame.waitForSelector should wait for visible (waittask.spec.ts)": [
2010     "PASS"
2011   ],
2012   "waittask specs Frame.waitForSelector should wait for visible recursively (waittask.spec.ts)": [
2013     "PASS"
2014   ],
2015   "waittask specs Frame.waitForSelector hidden should wait for visibility: hidden (waittask.spec.ts)": [
2016     "PASS"
2017   ],
2018   "waittask specs Frame.waitForSelector hidden should wait for display: none (waittask.spec.ts)": [
2019     "PASS"
2020   ],
2021   "waittask specs Frame.waitForSelector hidden should wait for removal (waittask.spec.ts)": [
2022     "PASS"
2023   ],
2024   "waittask specs Frame.waitForSelector should return null if waiting to hide non-existing element (waittask.spec.ts)": [
2025     "PASS"
2026   ],
2027   "waittask specs Frame.waitForSelector should respect timeout (waittask.spec.ts)": [
2028     "PASS"
2029   ],
2030   "waittask specs Frame.waitForSelector should have an error message specifically for awaiting an element to be hidden (waittask.spec.ts)": [
2031     "PASS"
2032   ],
2033   "waittask specs Frame.waitForSelector should respond to node attribute mutation (waittask.spec.ts)": [
2034     "PASS"
2035   ],
2036   "waittask specs Frame.waitForSelector should return the element handle (waittask.spec.ts)": [
2037     "PASS"
2038   ],
2039   "waittask specs Frame.waitForSelector should have correct stack trace for timeout (waittask.spec.ts)": [
2040     "PASS"
2041   ],
2042   "waittask specs Frame.waitForXPath should support some fancy xpath (waittask.spec.ts)": [
2043     "PASS"
2044   ],
2045   "waittask specs Frame.waitForXPath should respect timeout (waittask.spec.ts)": [
2046     "PASS"
2047   ],
2048   "waittask specs Frame.waitForXPath should run in specified frame (waittask.spec.ts)": [
2049     "PASS"
2050   ],
2051   "waittask specs Frame.waitForXPath should throw when frame is detached (waittask.spec.ts)": [
2052     "PASS"
2053   ],
2054   "waittask specs Frame.waitForXPath hidden should wait for display: none (waittask.spec.ts)": [
2055     "PASS"
2056   ],
2057   "waittask specs Frame.waitForXPath should return the element handle (waittask.spec.ts)": [
2058     "PASS"
2059   ],
2060   "waittask specs Frame.waitForXPath should allow you to select a text node (waittask.spec.ts)": [
2061     "PASS"
2062   ],
2063   "waittask specs Frame.waitForXPath should allow you to select an element with single slash (waittask.spec.ts)": [
2064     "PASS"
2065   ],
2066   "Workers Page.workers (worker.spec.ts)": [
2067     "SKIP"
2068   ],
2069   "Workers should emit created and destroyed events (worker.spec.ts)": [
2070     "SKIP"
2071   ],
2072   "Workers should report console logs (worker.spec.ts)": [
2073     "SKIP"
2074   ],
2075   "Workers should have JSHandles for console logs (worker.spec.ts)": [
2076     "SKIP"
2077   ],
2078   "Workers should have an execution context (worker.spec.ts)": [
2079     "SKIP"
2080   ],
2081   "Workers should report errors (worker.spec.ts)": [
2082     "SKIP"
2083   ]