mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
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:
commit
e74b5a180c
4 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
[text-indent-percentage-001.xht]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-indent-tab-positions-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[sslfail.html]
|
||||
type: reftest
|
||||
disabled: https://github.com/servo/servo/issues/10760
|
|
@ -0,0 +1,4 @@
|
|||
[websocket_disconnect.html]
|
||||
expected: ERROR
|
||||
[Web socket doesn't panic when worker disappears]
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue