[wpt-sync] Sync PR 25405 - Tweak math-global-event-handlers.tentative.html
Categories
(Core :: MathML, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25405 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25405
Details from upstream follow.
b'Fr\xc3\xa9d\xc3\xa9ric Wang <fwang@igalia.com>' wrote:
Tweak math-global-event-handlers.tentative.html
This is a tentative to fix flakiness reported in [1].
The #container is moved before the <script> tag to ensure the test
relying on it is never executed before that element is in DOM.[1] https://bugs.chromium.org/p/chromium/issues/detail?id=1093840
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 330 subtests
Status Summary
Firefox
OK : 1
PASS: 310[GitHub] 315[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL: 15
Chrome
OK : 1
PASS: 315
FAIL: 10
Safari
OK : 1
PASS: 289
FAIL: 36
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/mathml/relations/html5-tree/math-global-event-handlers.tentative.html
oncancel: must be on the appropriate locations for GlobalEventHandlers: FAIL (Chrome: PASS, Safari: FAIL)
oncancel: the default value must be null: FAIL (Chrome: PASS, Safari: FAIL)
oncancel: the content attribute must be compiled into a function as the corresponding property: FAIL (Chrome: PASS, Safari: FAIL)
oncancel: dynamic changes on the attribute: FAIL (Chrome: PASS, Safari: FAIL)
oncancel: dispatching an Event at a <math> element must trigger element.oncancel: FAIL (Chrome: PASS, Safari: FAIL)
onsecuritypolicyviolation: must be on the appropriate locations for GlobalEventHandlers: FAIL (Chrome: FAIL, Safari: FAIL)
onsecuritypolicyviolation: the default value must be null: FAIL (Chrome: FAIL, Safari: FAIL)
onsecuritypolicyviolation: the content attribute must be compiled into a function as the corresponding property: FAIL (Chrome: FAIL, Safari: FAIL)
onsecuritypolicyviolation: dynamic changes on the attribute: FAIL (Chrome: FAIL, Safari: FAIL)
onsecuritypolicyviolation: dispatching an Event at a <math> element must trigger element.onsecuritypolicyviolation: FAIL (Chrome: FAIL, Safari: FAIL)
onslotchange: must be on the appropriate locations for GlobalEventHandlers: FAIL (Chrome: FAIL, Safari: FAIL)
onslotchange: the default value must be null: FAIL (Chrome: FAIL, Safari: FAIL)
onslotchange: the content attribute must be compiled into a function as the corresponding property: FAIL (Chrome: FAIL, Safari: FAIL)
onslotchange: dynamic changes on the attribute: FAIL (Chrome: FAIL, Safari: FAIL)
onslotchange: dispatching an Event at a <math> element must trigger element.onslotchange: FAIL (Chrome: FAIL, Safari: FAIL)
Updated•3 months ago
|
Description
•