[wpt-sync] Sync PR 61162 - [wdspec] update get_element_tag_name tests to assert qualified name
Categories
(Remote Protocol :: Marionette, task, P4)
Tracking
(firefox155 fixed)
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 61162 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/61162
Details from upstream follow.
Julian Descottes <jdescottes@mozilla.com> wrote:
[wdspec] update get_element_tag_name tests to assert qualified name
Test update for https://github.com/w3c/webdriver/issues/1956
| Assignee | ||
Updated•14 days ago
|
| Assignee | ||
Comment 1•2 days ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=73c10ad9c2c4fa827d34615b6ef9324af571a446
| Assignee | ||
Comment 2•2 days ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 18 subtests
Status Summary
Firefox
OK : 2
PASS: 35
FAIL: 7
Chrome
OK : 2
PASS: 33
FAIL: 9
Safari
OK : 2
PASS: 25
FAIL: 17
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webdriver/tests/classic/get_element_tag_name/get.py [wpt.fyi]
- test_get_svg_element_tag_name:
FAIL(Chrome:FAIL, Safari:PASS) - test_get_element_tag_name_with_namespace_prefix:
FAIL(Chrome:FAIL, Safari:PASS) - test_get_element_tag_name_namespace_created_via_script[html upper]:
FAIL(Chrome:FAIL, Safari:PASS) - test_get_element_tag_name_namespace_created_via_script[svg upper]:
FAIL(Chrome:FAIL, Safari:PASS) - test_get_element_tag_name_namespace_created_via_script[svg upper prefixed]:
FAIL(Chrome:FAIL, Safari:PASS) - test_get_element_tag_name_namespace_created_via_script[svg mixed]:
FAIL(Chrome:FAIL, Safari:PASS) - test_get_element_tag_name_namespace_created_via_script[custom mixed]:
FAIL(Chrome:FAIL, Safari:PASS)
- test_get_svg_element_tag_name:
https://hg.mozilla.org/mozilla-central/rev/1d65ab303e23
https://hg.mozilla.org/mozilla-central/rev/c9945b4c823e
Description
•