Skip to content

Commit d950da9

Browse files
committed
Deploying to gh-pages from @ a5d84bf 🚀
0 parents  commit d950da9

10 files changed

Lines changed: 36955 additions & 0 deletions

chrome-failing-all.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"failing": [
3+
"AriaQueryHandler queryOne (Chromium web test) should find by role \"heading\"",
4+
"Page.pdf can print to PDF with accessible",
5+
"Page.pdf can print to PDF with outline",
6+
"TargetManager should handle targets",
7+
"Cookie specs Page.setCookie should set secure same-site cookies from a frame",
8+
"Coverage specs JSCoverage should ignore pptr internal scripts if reportAnonymousScripts is true",
9+
"device request prompt does not crash",
10+
"device request prompt can be aborted",
11+
"Fixtures should close the browser when the node process closes",
12+
"Frame specs Frame Management should support framesets",
13+
"Frame specs Frame Management should support lazy frames",
14+
"Frame specs Frame.prototype.frameElement should handle shadow roots",
15+
"JSHandle Page.evaluateHandle should return the RemoteObject",
16+
"Launcher specs Puppeteer Puppeteer.connect should support targetFilter option in puppeteer.launch",
17+
"Launcher specs Puppeteer Puppeteer.connect should support targetFilter option",
18+
"navigation Page.goto should send referer",
19+
"network Request.initiator should return the initiator",
20+
"network Request.postData should work with blobs",
21+
"network Response.text should throw when requesting body of redirected response",
22+
"network Response.text should wait until response completes",
23+
"network Page.authenticate should error if authentication is required but not enabled",
24+
"network Response.remoteAddress should work",
25+
"network Response.remoteAddress should support redirects",
26+
"OOPIF should load oopif iframes with subresources and request interception",
27+
"OOPIF should support lazy OOP frames",
28+
"OOPIF should retrieve body for OOPIF document requests",
29+
"Page Page.Events.Console should return remote objects",
30+
"Page Page.addScriptTag should throw when added with content to the CSP page",
31+
"cooperative request interception Page.setRequestInterception should be abortable with custom error codes",
32+
"request interception Page.setRequestInterception should work with requests without networkId",
33+
"request interception Page.setRequestInterception should be abortable with custom error codes",
34+
"Workers can be closed",
35+
"Workers should retrieve body for main worker requests"
36+
],
37+
"pending": [
38+
"Accessibility get snapshots while the tree is re-calculated",
39+
"BFCache can navigate to a BFCached page",
40+
"BFCache can call a function exposed on a page restored from bfcache",
41+
"BFCache can navigate to a BFCached page containing an OOPIF and a worker",
42+
"DevTools target.page() should return a DevTools page if custom isPageTarget is provided",
43+
"DevTools target.page() should return Page when calling asPage on DevTools target",
44+
"DevTools should open devtools when \"devtools: true\" option is given",
45+
"DevTools should expose DevTools as a page",
46+
"extensions service_worker target type should be available",
47+
"extensions can evaluate in the service worker",
48+
"Prerender can screencast",
49+
"Screencasts Page.screencast should work",
50+
"Screencasts Page.screencast should work concurrently",
51+
"Screencasts Page.screencast should validate options",
52+
"Coverage specs JSCoverage should not hang when there is a debugger statement",
53+
"Download Browser.createBrowserContext should download to configured location",
54+
"Download Browser.createBrowserContext should not download to location",
55+
"Legacy Drag n' Drop should emit a dragIntercepted event when dragged",
56+
"Legacy Drag n' Drop should emit a dragEnter",
57+
"Legacy Drag n' Drop should emit a dragOver event",
58+
"Legacy Drag n' Drop can be dropped",
59+
"Legacy Drag n' Drop can be dragged and dropped with a single function",
60+
"headful tests HEADFUL headless should be able to read cookies written by headful",
61+
"Launcher specs Browser.Events.disconnected should be emitted when: browser gets closed, disconnected or underlying websocket gets closed",
62+
"network Response.fromServiceWorker Response.fromServiceWorker",
63+
"network Page.setBypassServiceWorker bypass for network",
64+
"OOPIF should keep track of a frames OOP state",
65+
"Page Page.Events.error should throw when page crashes",
66+
"Page Page.Events.Console should trigger correct Log",
67+
"Page Page.Events.Console should have location when fetch fails",
68+
"Page Page.metrics should get metrics from a page",
69+
"Page Page.metrics metrics event fired on console.timeStamp",
70+
"Screenshots Cdp should use scale for clip",
71+
"Screenshots Cdp should allow transparency",
72+
"Screenshots Cdp should render white background on jpeg file",
73+
"Screenshots Cdp should work in \"fromSurface: false\" mode",
74+
"Target should report when a service worker is created and destroyed",
75+
"Target should create a worker from a service worker",
76+
"Target should close a service worker",
77+
"Target should create a worker from a shared worker",
78+
"Target should close a shared worker",
79+
"Target should not report uninitialized pages",
80+
"Target should have an opener",
81+
"waittask specs Frame.waitForSelector should work when node is added in a shadow root"
82+
]
83+
}

chrome-failing.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"failing": [
3+
"Frame specs Frame Management should support framesets",
4+
"Frame specs Frame.prototype.frameElement should handle shadow roots",
5+
"OOPIF should retrieve body for OOPIF document requests",
6+
"Workers should retrieve body for main worker requests"
7+
],
8+
"pending": [
9+
"extensions can evaluate in the service worker",
10+
"Download Browser.createBrowserContext should download to configured location",
11+
"Download Browser.createBrowserContext should not download to location",
12+
"waittask specs Frame.waitForSelector should work when node is added in a shadow root"
13+
]
14+
}

0 commit comments

Comments
 (0)