Merged
Conversation
Refactoring: async_test now accepts a function.
TestTWF Paris Event
for content-type: The charset parameter may be provided. The parameter's value must be "utf-8". This parameter serves no purpose; it is only allowed for compatibility with legacy servers
>>Once the end of the file is reached, any pending data must be discarded. (If the file ends in the middle of an event, before the final empty line, the incomplete event is not dispatched.) message.php adds one "\n" at the end, but we need one extra, aldo "data\r" is removed, as it adds one new line to the event.data
Once the end of the file is reached, any pending data must be discarded. (If the file ends in the middle of an event, before the final empty line, the incomplete event is not dispatched.)
avoid of warnings
Update format-comments.htm with newline on last event (4)
Update format-field-parsing.htm
Avoid warnings in resources/message.php
Test for null character in server response (buggy in Opera)
new test for "Once the end of the file is reached, any pending data must be discarded. (If the file ends in the middle of an event, before the final empty line, the incomplete event is not dispatched.)"
Update format-utf-8.htm, everything but UTF-8 should be disallowed.
Update format-field-data.htm
Contributor
|
Is this PR ready to be merged? My understanding is that all of these tests have been removed by at least Tina (Intel). |
Contributor
|
Darn, comment above: s/removed/reviewed/ ;-) |
Contributor
Author
|
Yes. Tina is basically submitting them then ;-) Merging in. |
odinho
added a commit
that referenced
this pull request
Apr 30, 2013
Submission/opera/server sent events
Contributor
Author
|
I also moved the tests and removed the mosquito ones. |
jugglinmike
pushed a commit
to bocoup/wpt
that referenced
this pull request
Apr 11, 2017
Remove media/sunflower.*
AutomatedTester
referenced
this pull request
in AutomatedTester/web-platform-tests
Dec 1, 2017
Saves memory without downsides. Ref #60
AutomatedTester
referenced
this pull request
in AutomatedTester/web-platform-tests
Dec 1, 2017
rajraj19890428-source
approved these changes
Aug 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The server sent events, formerly at https://github.com/w3c/event-source
There's some non-opera code here too.
Some of it would need a readthrough to see if it matches spec.