Skip to content

Commit

Permalink
Bug 1670286 - [puppeteer] Sync vendored puppeteer to v5.5.0 r=remote-…
Browse files Browse the repository at this point in the history
…protocol-reviewers,whimboo

Differential Revision: https://phabricator.services.mozilla.com/D97809
  • Loading branch information
mjzffr committed Dec 4, 2020
1 parent 3ac661f commit 48a8400
Show file tree
Hide file tree
Showing 728 changed files with 16,524 additions and 33,841 deletions.
67 changes: 62 additions & 5 deletions remote/puppeteer-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,12 @@
"ElementHandle specs Custom queries should wait correctly with waitFor (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs Custom queries should work when both queryOne and queryAll are registered (elementhandle.spec.ts)": [
"PASS"
],
"ElementHandle specs Custom queries should eval when both queryOne and queryAll are registered (elementhandle.spec.ts)": [
"PASS"
],
"Emulation Page.viewport should get the proper viewport size (emulation.spec.ts)": [
"PASS"
],
Expand Down Expand Up @@ -632,6 +638,12 @@
"Frame specs Frame Management should report different frame instance when frame re-attaches (frame.spec.ts)": [
"PASS"
],
"Frame specs Frame Management should support url fragment (frame.spec.ts)": [
"PASS"
],
"Emulate idle state changing idle state emulation causes change of the IdleDetector state (idle_override.spec.ts)": [
"FAIL"
],
"ignoreHTTPSErrors should work (ignorehttpserrors.spec.ts)": [
"PASS"
],
Expand Down Expand Up @@ -929,6 +941,9 @@
"Mouse should set modifier keys on click (mouse.spec.ts)": [
"PASS"
],
"Mouse should send mouse wheel events (mouse.spec.ts)": [
"FAIL"
],
"Mouse should tween mouse movement (mouse.spec.ts)": [
"PASS", "FAIL"
],
Expand Down Expand Up @@ -1211,9 +1226,6 @@
"Page Page.Events.Load should fire when expected (page.spec.ts)": [
"PASS"
],
"Page Async stacks should work (page.spec.ts)": [
"TIMEOUT"
],
"Page removing and adding event handlers should correctly fire event handlers as they are added and then removed (page.spec.ts)": [
"FAIL"
],
Expand Down Expand Up @@ -1295,7 +1307,7 @@
"Page Page.Events.Console should have location when fetch fails (page.spec.ts)": [
"FAIL"
],
"Page Page.Events.Console should have location for console API calls (page.spec.ts)": [
"Page Page.Events.Console should have location and stack trace for console API calls (page.spec.ts)": [
"FAIL"
],
"Page Page.Events.Console should not throw when there are console messages in detached iframes (page.spec.ts)": [
Expand Down Expand Up @@ -1565,9 +1577,24 @@
"querySelector Page.$eval should throw error if no element is found (queryselector.spec.ts)": [
"PASS"
],
"querySelector pierceHandler should find first element in shadow (queryselector.spec.ts)": [
"PASS"
],
"querySelector pierceHandler should find all elements in shadow (queryselector.spec.ts)": [
"PASS"
],
"querySelector Page.$$eval should work (queryselector.spec.ts)": [
"PASS"
],
"querySelector Page.$$eval should accept extra arguments (queryselector.spec.ts)": [
"PASS"
],
"querySelector Page.$$eval should accept ElementHandles as arguments (queryselector.spec.ts)": [
"PASS"
],
"querySelector Page.$$eval should handle many elements (queryselector.spec.ts)": [
"PASS"
],
"querySelector Page.$ should query existing element (queryselector.spec.ts)": [
"PASS"
],
Expand Down Expand Up @@ -1625,6 +1652,27 @@
"querySelector ElementHandle.$x should return null for non-existing element (queryselector.spec.ts)": [
"PASS"
],
"querySelector QueryAll should have registered handler (queryselector.spec.ts)": [
"PASS"
],
"querySelector QueryAll $$ should query existing elements (queryselector.spec.ts)": [
"PASS"
],
"querySelector QueryAll $$ should return empty array for non-existing elements (queryselector.spec.ts)": [
"PASS"
],
"querySelector QueryAll $$eval should work (queryselector.spec.ts)": [
"PASS"
],
"querySelector QueryAll $$eval should accept extra arguments (queryselector.spec.ts)": [
"PASS"
],
"querySelector QueryAll $$eval should accept ElementHandles as arguments (queryselector.spec.ts)": [
"PASS"
],
"querySelector QueryAll $$eval should handle many elements (queryselector.spec.ts)": [
"PASS"
],
"request interception Page.setRequestInterception should intercept (requestinterception.spec.ts)": [
"FAIL"
],
Expand Down Expand Up @@ -1685,7 +1733,7 @@
"request interception Page.setRequestInterception should be able to fetch dataURL and fire dataURL requests (requestinterception.spec.ts)": [
"FAIL"
],
"request interception Page.setRequestInterception should navigate to URL with hash and and fire requests without hash (requestinterception.spec.ts)": [
"request interception Page.setRequestInterception should navigate to URL with hash and fire requests without hash (requestinterception.spec.ts)": [
"FAIL"
],
"request interception Page.setRequestInterception should work with encoded server (requestinterception.spec.ts)": [
Expand Down Expand Up @@ -1868,6 +1916,9 @@
"waittask specs Page.waitFor should wait for predicate with arguments (waittask.spec.ts)": [
"PASS"
],
"waittask specs Page.waitFor should log a deprecation warning (waittask.spec.ts)": [
"PASS"
],
"waittask specs Frame.waitForFunction should accept a string (waittask.spec.ts)": [
"PASS"
],
Expand Down Expand Up @@ -1925,6 +1976,12 @@
"waittask specs Frame.waitForFunction should survive navigations (waittask.spec.ts)": [
"PASS"
],
"waittask specs Page.waitForTimeout waits for the given timeout before resolving (waittask.spec.ts)": [
"PASS"
],
"waittask specs Frame.waitForTimeout waits for the given timeout before resolving (waittask.spec.ts)": [
"PASS"
],
"waittask specs Frame.waitForSelector should immediately resolve promise if node exists (waittask.spec.ts)": [
"PASS"
],
Expand Down
4 changes: 2 additions & 2 deletions remote/test/puppeteer/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ node6/*
node6-test/*
experimental/
lib/
src/externs.d.ts
src/protocol.d.ts
/index.d.ts
# We ignore this file because it uses ES imports which we don't yet use
# in the Puppeteer src, so it trips up the ESLint-TypeScript parser.
utils/doclint/generate_types/test/test.ts
vendor/
web-test-runner.config.mjs
Loading

0 comments on commit 48a8400

Please sign in to comment.