Closed
Bug 1642595
Opened 5 years ago
Closed 5 years ago
Add more wpt tests for EventSource lastEventId
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: farooqbckk, Assigned: farooqbckk)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0
Expected results:
We currently donot have any web-platform tests for EventSource's lastEventId, testing these scenarios:
- lastEventId once set, persists in subsequent events
- lastEventId once set and then changed, persists in subsequent events
- lastEventId resets if id field is passed with no value.
Updated•5 years ago
|
Assignee: nobody → farooqbckk
Updated•5 years ago
|
Attachment #9153371 -
Attachment description: Bug 1642595 - Add more wpt tests for EventSource lastEventId. → Bug 1642595 - Add more wpt tests for EventSource lastEventId. r=smaug
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Updated•5 years ago
|
Attachment #9153371 -
Attachment description: Bug 1642595 - Add more wpt tests for EventSource lastEventId. r=smaug → Bug 1642595 - Add more wpt tests for EventSource lastEventId.
Updated•5 years ago
|
Attachment #9153371 -
Attachment description: Bug 1642595 - Add more wpt tests for EventSource lastEventId. → Bug 1642595 - Add more wpt tests for EventSource lastEventId. r=smaug
Updated•5 years ago
|
Attachment #9153371 -
Attachment description: Bug 1642595 - Add more wpt tests for EventSource lastEventId. r=smaug → Bug 1642595 - Add more wpt tests for EventSource lastEventId.
Updated•5 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•5 years ago
|
Attachment #9153371 -
Attachment description: Bug 1642595 - Add more wpt tests for EventSource lastEventId. → Bug 1642595 - Add more wpt tests for EventSource lastEventId. r=smaug,annevk
Updated•5 years ago
|
Severity: -- → S3
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d0c45557821b
Add more wpt tests for EventSource lastEventId. r=smaug,annevk
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/23978 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•