mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #23486 - atouchet:tests2, r=jdm
Update more test expectations <!-- Please describe your changes on the following line: --> I did a search for passing tests and found a few more. Should these be removed? --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- 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/23486) <!-- Reviewable:end -->
This commit is contained in:
commit
57b1eabe7d
4 changed files with 0 additions and 17 deletions
|
@ -1,7 +0,0 @@
|
|||
[constructor.html]
|
||||
[TrackEvent constructor, two args]
|
||||
expected: PASS
|
||||
|
||||
[TrackEvent constructor, one arg]
|
||||
expected: PASS
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[createEvent.html]
|
||||
[TrackEvent created with createEvent]
|
||||
expected: PASS
|
||||
|
|
@ -23,9 +23,6 @@
|
|||
[responseEnd should not be 0 in timing-allow cross-origin request.]
|
||||
expected: FAIL
|
||||
|
||||
[redirectStart should be 0 in cross-origin request since no redirect.]
|
||||
expected: PASS
|
||||
|
||||
[redirectEnd should be 0 in cross-origin request since no redirect.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
[domainLookupStart should be 0 in cross-origin request.]
|
||||
expected: FAIL
|
||||
|
||||
[redirectStart should be 0 in cross-origin request.]
|
||||
expected: PASS
|
||||
|
||||
[domainLookupEnd should be 0 in cross-origin request.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue