[wpt-sync] Sync PR 51106 - Clean up event-timing idlharness tests.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox138 fixed)
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 51106 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51106
Details from upstream follow.
Annie Sullivan <sullivan@chromium.org> wrote:
Clean up event-timing idlharness tests.
performance
should be available forwindow
and workersperformance.eventCounts
is only available onwindow
performance.interactionCounts
has been renamed and is no longer an interface.Bug: 40231541
Change-Id: I50b834dbd408a61512faf91f59bbc71f8a945c4e
Reviewed-on: https://chromium-review.googlesource.com/6322853
WPT-Export-Revision: 8cc5183a2751e3dee659cffeb999b9985d4a3a77
Assignee | ||
Comment 1•22 days ago
|
||
Assignee | ||
Comment 2•22 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 33 subtests
Status Summary
Firefox
OK
: 5
PASS
: 100
FAIL
: 6
Chrome
OK
: 5
PASS
: 106
Safari
OK
: 5
PASS
: 58
FAIL
: 48
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /event-timing/idlharness.any.html [wpt.fyi]
- PerformanceEventTiming interface: attribute interactionId:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Performance interface: attribute interactionCount:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Performance interface: performance must inherit property "interactionCount" with the proper type:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- PerformanceEventTiming interface: attribute interactionId:
- /event-timing/idlharness.window.html [wpt.fyi]
- PerformanceEventTiming interface: attribute interactionId:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Performance interface: attribute interactionCount:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Performance interface: performance must inherit property "interactionCount" with the proper type:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- PerformanceEventTiming interface: attribute interactionId:
Comment 4•15 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0e70784be1e4
https://hg.mozilla.org/mozilla-central/rev/454bdf9008ed
Description
•