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:
bors-servo 2019-06-04 12:58:22 -04:00 committed by GitHub
commit 57b1eabe7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 17 deletions

View file

@ -1,7 +0,0 @@
[constructor.html]
[TrackEvent constructor, two args]
expected: PASS
[TrackEvent constructor, one arg]
expected: PASS

View file

@ -1,4 +0,0 @@
[createEvent.html]
[TrackEvent created with createEvent]
expected: PASS

View file

@ -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

View file

@ -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