diff options
Diffstat (limited to 'testing/web-platform/meta/websockets/closing-handshake')
3 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/closing-handshake/002.html.ini b/testing/web-platform/meta/websockets/closing-handshake/002.html.ini new file mode 100644 index 000000000..9b7cb162e --- /dev/null +++ b/testing/web-platform/meta/websockets/closing-handshake/002.html.ini @@ -0,0 +1,8 @@ +[002.html?wss] + type: testharness + [WebSockets: server sends closing handshake] + expected: FAIL + + +[002.html] + type: testharness diff --git a/testing/web-platform/meta/websockets/closing-handshake/003.html.ini b/testing/web-platform/meta/websockets/closing-handshake/003.html.ini new file mode 100644 index 000000000..4051cf95b --- /dev/null +++ b/testing/web-platform/meta/websockets/closing-handshake/003.html.ini @@ -0,0 +1,8 @@ +[003.html] + type: testharness + +[003.html?wss] + type: testharness + [WebSockets: client sends closing handshake] + expected: FAIL + diff --git a/testing/web-platform/meta/websockets/closing-handshake/004.html.ini b/testing/web-platform/meta/websockets/closing-handshake/004.html.ini new file mode 100644 index 000000000..dfe906841 --- /dev/null +++ b/testing/web-platform/meta/websockets/closing-handshake/004.html.ini @@ -0,0 +1,8 @@ +[004.html?wss] + type: testharness + [WebSockets: data after closing handshake] + expected: FAIL + + +[004.html] + type: testharness |