Auto merge of #29667 - Loirooriol:test-failures, r=mrobinson

Expect some tests to fail in layout-2020

sslfail.html and websocket_disconnect.html are already expected to fail in layout-2013.

text-indent-percentage-001.xht and text-indent-tab-positions-001.html fail in layout-2020 due to lack of support for text-indent and tabs.

<!-- 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 they are just updating test expectations.

<!-- 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. -->
This commit is contained in:
bors-servo 2023-04-25 21:21:00 +02:00 committed by GitHub
commit e74b5a180c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,2 @@
[text-indent-percentage-001.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-tab-positions-001.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[sslfail.html]
type: reftest
disabled: https://github.com/servo/servo/issues/10760

View file

@ -0,0 +1,4 @@
[websocket_disconnect.html]
expected: ERROR
[Web socket doesn't panic when worker disappears]
expected: TIMEOUT