diff options
author | bors-servo <infra@servo.org> | 2023-04-25 21:21:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 21:21:00 +0200 |
commit | e74b5a180cbe366c551cc2eeec5728004d7495e4 (patch) | |
tree | f57644a55a21319414b8505e53e95515a828e84b | |
parent | 2ae158dec19d735ee1ffc6a4e7aab495b0d96dc1 (diff) | |
parent | 10cdaef5e5c27fb1e88a2f222ed5e0fa2991aebc (diff) | |
download | servo-e74b5a180cbe366c551cc2eeec5728004d7495e4.tar.gz servo-e74b5a180cbe366c551cc2eeec5728004d7495e4.zip |
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. -->
4 files changed, 11 insertions, 0 deletions
diff --git a/tests/wpt/metadata-layout-2020/css/css-text/text-indent/text-indent-percentage-001.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text/text-indent/text-indent-percentage-001.xht.ini new file mode 100644 index 00000000000..360cd9ec203 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text/text-indent/text-indent-percentage-001.xht.ini @@ -0,0 +1,2 @@ +[text-indent-percentage-001.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text/text-indent/text-indent-tab-positions-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text/text-indent/text-indent-tab-positions-001.html.ini new file mode 100644 index 00000000000..92477a459f7 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text/text-indent/text-indent-tab-positions-001.html.ini @@ -0,0 +1,2 @@ +[text-indent-tab-positions-001.html] + expected: FAIL diff --git a/tests/wpt/mozilla/meta-layout-2020/mozilla/sslfail.html.ini b/tests/wpt/mozilla/meta-layout-2020/mozilla/sslfail.html.ini new file mode 100644 index 00000000000..0c722d3efd7 --- /dev/null +++ b/tests/wpt/mozilla/meta-layout-2020/mozilla/sslfail.html.ini @@ -0,0 +1,3 @@ +[sslfail.html] + type: reftest + disabled: https://github.com/servo/servo/issues/10760 diff --git a/tests/wpt/mozilla/meta-layout-2020/mozilla/websocket_disconnect.html.ini b/tests/wpt/mozilla/meta-layout-2020/mozilla/websocket_disconnect.html.ini new file mode 100644 index 00000000000..187fa1a351a --- /dev/null +++ b/tests/wpt/mozilla/meta-layout-2020/mozilla/websocket_disconnect.html.ini @@ -0,0 +1,4 @@ +[websocket_disconnect.html] + expected: ERROR + [Web socket doesn't panic when worker disappears] + expected: TIMEOUT |