mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Auto merge of #23524 - chosungmann:fix-spelling-errors, r=jdm
Fix spelling errors in /tests/wpt eventsource-onmesage.* -> eventsource-onmessage.* <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because no functional changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23524) <!-- Reviewable:end -->
This commit is contained in:
commit
1e158bbfae
4 changed files with 7 additions and 7 deletions
|
@ -335483,9 +335483,9 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"eventsource/dedicated-worker/eventsource-onmesage.htm": [
|
||||
"eventsource/dedicated-worker/eventsource-onmessage.htm": [
|
||||
[
|
||||
"eventsource/dedicated-worker/eventsource-onmesage.htm",
|
||||
"eventsource/dedicated-worker/eventsource-onmessage.htm",
|
||||
{}
|
||||
]
|
||||
],
|
||||
|
@ -335809,9 +335809,9 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"eventsource/shared-worker/eventsource-onmesage.htm": [
|
||||
"eventsource/shared-worker/eventsource-onmessage.htm": [
|
||||
[
|
||||
"eventsource/shared-worker/eventsource-onmesage.htm",
|
||||
"eventsource/shared-worker/eventsource-onmessage.htm",
|
||||
{}
|
||||
]
|
||||
],
|
||||
|
@ -605608,7 +605608,7 @@
|
|||
"73b30556c497863efc611cbf35e81f7953883b3e",
|
||||
"testharness"
|
||||
],
|
||||
"eventsource/dedicated-worker/eventsource-onmesage.htm": [
|
||||
"eventsource/dedicated-worker/eventsource-onmessage.htm": [
|
||||
"2de142ca5af6f922b82d2c1d13cb777f9ab6f9df",
|
||||
"testharness"
|
||||
],
|
||||
|
@ -605868,7 +605868,7 @@
|
|||
"f5f9439d12720cd7acb7c0ca6317c69a6af19d3f",
|
||||
"testharness"
|
||||
],
|
||||
"eventsource/shared-worker/eventsource-onmesage.htm": [
|
||||
"eventsource/shared-worker/eventsource-onmessage.htm": [
|
||||
"82c3ce7f2388b28cf9b089246108dabfb9a906c2",
|
||||
"testharness"
|
||||
],
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[eventsource-onmesage.htm]
|
||||
[eventsource-onmessage.htm]
|
||||
type: testharness
|
||||
[shared worker - EventSource: onmessage]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue