From 10cdaef5e5c27fb1e88a2f222ed5e0fa2991aebc Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 25 Apr 2023 19:44:53 +0200 Subject: [PATCH] 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. --- .../css-text/text-indent/text-indent-percentage-001.xht.ini | 2 ++ .../text-indent/text-indent-tab-positions-001.html.ini | 2 ++ tests/wpt/mozilla/meta-layout-2020/mozilla/sslfail.html.ini | 3 +++ .../meta-layout-2020/mozilla/websocket_disconnect.html.ini | 4 ++++ 4 files changed, 11 insertions(+) create mode 100644 tests/wpt/metadata-layout-2020/css/css-text/text-indent/text-indent-percentage-001.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text/text-indent/text-indent-tab-positions-001.html.ini create mode 100644 tests/wpt/mozilla/meta-layout-2020/mozilla/sslfail.html.ini create mode 100644 tests/wpt/mozilla/meta-layout-2020/mozilla/websocket_disconnect.html.ini 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