Closed
Bug 1823775
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 39121 - DocumentRules: Add a couple of mutation related WPTs
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox114 fixed)
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39121 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39121
Details from upstream follow.
Adithya Srinivasan <adithyas@chromium.org> wrote:
DocumentRules: Add a couple of mutation related WPTs
Bug: 1371522
Change-Id: Ie60036576dc1d0bf6d8f945f34eab4ed0d3a6933
Reviewed-on: https://chromium-review.googlesource.com/4064159
WPT-Export-Revision: c623cd27eabee7a0e24fdea955adfcc976b2ae8d
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=18d0d5890262ba374217466f8ad61c1ad3d559e7
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 9 tests and 1 subtests
Status Summary
Firefox
OK : 9
FAIL : 9
Chrome
OK : 9
PASS : 1
FAIL : 8
Safari
OK : 8
FAIL : 8
TIMEOUT: 1
Links
Details
New Tests That Don't Pass
- /speculation-rules/prefetch/document-rules.https.html?include=linkInShadowTree [wpt.fyi]
- test that matching link in a shadow tree is prefetched:
FAIL(Chrome:FAIL, Safari:FAIL)
- test that matching link in a shadow tree is prefetched:
- /speculation-rules/prefetch/document-rules.https.html?include=or [wpt.fyi]
- test document rule with disjunction predicate:
FAIL(Chrome:FAIL, Safari:FAIL)
- test document rule with disjunction predicate:
- /speculation-rules/prefetch/document-rules.https.html?include=invalidPredicate [wpt.fyi]
- invalid predicate should not throw error or start prefetch:
FAIL(Chrome:PASS, Safari:FAIL)
- invalid predicate should not throw error or start prefetch:
- /speculation-rules/prefetch/document-rules.https.html?include=linkHrefChanged [wpt.fyi]
- test that changing the href of an invalid link to a matching value triggers a prefetch:
FAIL(Chrome:FAIL, Safari:FAIL)
- test that changing the href of an invalid link to a matching value triggers a prefetch:
- /speculation-rules/prefetch/document-rules.https.html?include=defaultPredicate [wpt.fyi]
- test document rule with no predicate:
FAIL(Chrome:FAIL, Safari:FAIL)
- test document rule with no predicate:
- /speculation-rules/prefetch/document-rules.https.html?include=newRuleSetAdded [wpt.fyi]
- test that adding a second rule set triggers prefetch:
FAIL(Chrome:FAIL)
- test that adding a second rule set triggers prefetch:
- /speculation-rules/prefetch/document-rules.https.html?include=and [wpt.fyi]
- test document rule with conjunction predicate:
FAIL(Chrome:FAIL, Safari:FAIL)
- test document rule with conjunction predicate:
- /speculation-rules/prefetch/document-rules.https.html?include=not [wpt.fyi]
- test document rule with negation predicate:
FAIL(Chrome:FAIL, Safari:FAIL)
- test document rule with negation predicate:
- /speculation-rules/prefetch/document-rules.https.html?include=hrefMatches [wpt.fyi]
- test href_matches document rule:
FAIL(Chrome:FAIL, Safari:FAIL)
- test href_matches document rule:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/48071f0f5707
[wpt PR 39121] - DocumentRules: Add a couple of mutation related WPTs, a=testonly
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•