Closed
Bug 1885057
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 45072 - Fix `console.countReset` manual test
Categories
(DevTools :: Console, task, P4)
DevTools
Console
Tracking
(firefox125 fixed)
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45072 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45072
Details from upstream follow.
syvb <me@iter.ca> wrote:
Fix
console.countResetmanual testThe test wasn't resetting the count between blocks of console calls, so a spec-compliant browser would produce output that doesn't match the expectation. Also, it wasn't specifying the label in the "a label" test, so it was unintentionally resetting the default count instead of the "a label" count.
(In Firefox, the test outputs "default: 0" in the console a lot - this is actually a spec violation.)
| Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → Console
Product: Testing → DevTools
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2fe85d490687
[wpt PR 45072] - Fix `console.countReset` manual test, a=testonly
| Assignee | ||
Comment 4•2 years ago
|
||
Test result changes from PR not available.
Comment 5•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•