Closed
Bug 1818255
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 38652 - BiDI: Align node serialization with spec
Categories
(Remote Protocol :: WebDriver BiDi, task, P4)
Remote Protocol
WebDriver BiDi
Tracking
(firefox112 fixed)
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38652 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38652
Details from upstream follow.
Maksim Sadym <sadym@google.com> wrote:
BiDI: Align node serialization with spec
Field "children" should be present only when it's not null.
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → WebDriver BiDi
Product: Testing → Remote Protocol
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=58a3d68340e6350722bacc1865737c6be92418c6
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 17 subtests
Status Summary
Firefox
OK
: 2
PASS
: 22
FAIL
: 12
Chrome
OK
: 2
FAIL
: 34
Safari
OK
: 2
ERROR
: 34
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/script/call_function/result_node.py [wpt.fyi]
- test_element_node[all_children]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_element_node[children_max_depth]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_document_node[basic]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_node_within_object:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_node_within_dom_collection[htmlcollection]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_node_within_dom_collection[nodelist]:
FAIL
(Chrome:FAIL
, Safari:ERROR
)
- test_element_node[all_children]:
- /webdriver/tests/bidi/script/evaluate/result_node.py [wpt.fyi]
- test_element_node[all_children]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_element_node[children_max_depth]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_document_node[basic]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_node_within_object:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_node_within_dom_collection[htmlcollection]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_node_within_dom_collection[nodelist]:
FAIL
(Chrome:FAIL
, Safari:ERROR
)
- test_element_node[all_children]:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e2c658dff1bf
[wpt PR 38652] - BiDI: Align node serialization with spec, a=testonly
https://hg.mozilla.org/integration/autoland/rev/935c3d9b401b
[wpt PR 38652] - Update wpt metadata, a=testonly
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e2c658dff1bf
https://hg.mozilla.org/mozilla-central/rev/935c3d9b401b
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•