[wpt-sync] Sync PR 61371 - [mathml] Fix the target navigation test for mathml a element
Categories
(Core :: MathML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 61371 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/61371
Details from upstream follow.
tannal <mtan@igalia.com> wrote:
[mathml] Fix the target navigation test for mathml a element
There is a typo that use a undeclared variable in the test.
Bug: 510487697
Change-Id: Ia90187aca1ec72319ad638dc8942c5215b1b3c43Reviewed-on: https://chromium-review.googlesource.com/8103445
WPT-Export-Revision: c655422e30f7a2860ad351adbaae0f999f91d468
| Assignee | ||
Updated•6 days ago
|
| Assignee | ||
Comment 1•3 days ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1eee7d2022b9096ff3edb9ebb6c812281168d930
| Assignee | ||
Comment 2•3 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 53 tests
Status Summary
Firefox
OK : 32
PASS : 645[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 664[Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt] 665[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt]
FAIL : 32
ERROR : 1
Chrome
TIMEOUT: 2
Safari
ERROR : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /mathml/relations/html5-tree/a-hreflang-getter.html [wpt.fyi]
- Test anchor's hreflang getter:
FAIL
- Test anchor's hreflang getter:
- /mathml/relations/html5-tree/a-hreflang-setter.html [wpt.fyi]
- Test anchor's hreflang setter:
FAIL
- Test anchor's hreflang setter:
- /mathml/relations/html5-tree/a-type-getter-001.html [wpt.fyi]
- Test anchor's type getter when empty:
FAIL
- Test anchor's type getter when empty:
- /mathml/relations/html5-tree/a-type-getter-002.html [wpt.fyi]
- Test anchor's type getter:
FAIL
- Test anchor's type getter:
- /mathml/relations/html5-tree/a-type-setter.html [wpt.fyi]
- Test anchor's type setter:
FAIL
- Test anchor's type setter:
- /mathml/relations/html5-tree/anchor-hyperlinkutils-getter-setter.html [wpt.fyi]
- Getter and setter for attribute of anchor element(0): hash:
FAIL - Getter and setter for attribute of anchor element(1): hash:
FAIL - Getter and setter for attribute of anchor element(2): host:
FAIL - Getter and setter for attribute of anchor element(3): hostname:
FAIL - Getter and setter for attribute of anchor element(5): password:
FAIL - Getter and setter for attribute of anchor element(6): pathname:
FAIL - Getter and setter for attribute of anchor element(7): port:
FAIL - Getter and setter for attribute of anchor element(8): protocol:
FAIL - Getter and setter for attribute of anchor element(9): protocol:
FAIL - Getter and setter for attribute of anchor element(10): search:
FAIL - Getter and setter for attribute of anchor element(11): search:
FAIL - Getter and setter for attribute of anchor element(12): search:
FAIL - Getter and setter for attribute of anchor element(13): search:
FAIL - Getter and setter for attribute of anchor element(14): username:
FAIL
- Getter and setter for attribute of anchor element(0): hash:
- /mathml/relations/html5-tree/anchor-hyperlinkutils-getter.html [wpt.fyi]
- Getter for attribute of anchor element(0): search:
FAIL - Getter for attribute of anchor element(1): hash:
FAIL - Getter for attribute of anchor element(2): host:
FAIL - Getter for attribute of anchor element(3): hostname:
FAIL - Getter for attribute of anchor element(4): href:
FAIL - Getter for attribute of anchor element(5): password:
FAIL - Getter for attribute of anchor element(6): pathname:
FAIL - Getter for attribute of anchor element(7): port:
FAIL - Getter for attribute of anchor element(8): protocol:
FAIL - Getter for attribute of anchor element(9): username:
FAIL
- Getter for attribute of anchor element(0): search:
- /mathml/relations/html5-tree/dynamic-childlist-001.html [wpt.fyi]
- Adding missing children to mfrac:
FAIL - Adding child to valid mfrac:
FAIL - Removing extra child from mfrac:
FAIL
- Adding missing children to mfrac:
- /mathml/relations/html5-tree/href-navigation.html [wpt.fyi]:
ERROR(Chrome:TIMEOUT, Safari:ERROR) - /mathml/relations/html5-tree/unique-identifier-1.html [wpt.fyi]:
PASS[Gecko-android-em-14-x86_64-debug-geckoview,Gecko-android-em-14-x86_64-lite-opt-geckoview,Gecko-android-em-14-x86_64-opt-geckoview,Gecko-linux2404-64-debug,Gecko-linux2404-64-opt],SKIP[Gecko-windows11-64-25h2-debug,Gecko-windows11-64-25h2-opt]
Tests Disabled in Gecko Infrastructure
- /mathml/relations/html5-tree/unique-identifier-1.html [wpt.fyi]:
PASS[Gecko-android-em-14-x86_64-debug-geckoview,Gecko-android-em-14-x86_64-lite-opt-geckoview,Gecko-android-em-14-x86_64-opt-geckoview,Gecko-linux2404-64-debug,Gecko-linux2404-64-opt],SKIP[Gecko-windows11-64-25h2-debug,Gecko-windows11-64-25h2-opt]
Description
•