[wpt-sync] Sync PR 32598 - [dPWA] Sub Apps - Add WPT tests
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox99 fixed)
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32598 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32598
Details from upstream follow.
Ivan Šandrk <isandrk@chromium.org> wrote:
[dPWA] Sub Apps - Add WPT tests
Sub Apps API enables PWAs to create multiple launch icons with distinct
names.Design doc: go/multi-apps (draft)
Bug: 1171317, 1290839
Change-Id: I6b60631a34d3d18d94d41e86dd2e79d97602481e
Reviewed-on: https://chromium-review.googlesource.com/3423751
WPT-Export-Revision: 31da32a4757569c2f3a12e5cc83f41dd98a3da25
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 6 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 1 subtests
Status Summary
Firefox
OK : 2
PASS : 14
FAIL : 18
ERROR : 2
NOTRUN: 2
Chrome
OK : 2
PASS : 14
FAIL : 18
ERROR : 2
NOTRUN: 2
Safari
OK : 2
PASS : 14
FAIL : 18
ERROR : 2
NOTRUN: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/subapps/add-error.tentative.https.html: ERROR (Chrome: ERROR, Safari: ERROR)
The object is no longer associated to a document.: FAIL (Chrome: FAIL, Safari: FAIL)
API is only supported in top-level browsing contexts.: FAIL (Chrome: FAIL, Safari: FAIL)
Wrong origin URL argument.: FAIL (Chrome: FAIL, Safari: FAIL)
Service failed to add sub-app.: FAIL (Chrome: FAIL, Safari: FAIL)
/subapps/add-success.tentative.https.html: ERROR (Chrome: ERROR, Safari: ERROR)
Same origin fully qualified URL.: FAIL (Chrome: FAIL, Safari: FAIL)
Relative path.: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Absolute path.: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
/subapps/idlharness.tentative.https.window.html
SubApps interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
SubApps interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
SubApps interface object name: FAIL (Chrome: FAIL, Safari: FAIL)
SubApps interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
SubApps interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: FAIL, Safari: FAIL)
SubApps interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: FAIL, Safari: FAIL)
SubApps interface: operation add(DOMString): FAIL (Chrome: FAIL, Safari: FAIL)
SubApps must be primary interface of navigator.subApps: FAIL (Chrome: FAIL, Safari: FAIL)
Stringification of navigator.subApps: FAIL (Chrome: FAIL, Safari: FAIL)
SubApps interface: navigator.subApps must inherit property "add(DOMString)" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
SubApps interface: calling add(DOMString) on navigator.subApps with too few arguments must throw TypeError: FAIL (Chrome: FAIL, Safari: FAIL)
Navigator interface: attribute subApps: FAIL (Chrome: FAIL, Safari: FAIL)
Navigator interface: navigator must inherit property "subApps" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a409e1047994
https://hg.mozilla.org/mozilla-central/rev/bc677bec5ea5
Description
•