From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../interfaces/WebSocket/constants/001.html | 17 +++++++++++++++ .../interfaces/WebSocket/constants/002.html | 24 ++++++++++++++++++++++ .../interfaces/WebSocket/constants/003.html | 22 ++++++++++++++++++++ .../interfaces/WebSocket/constants/004.html | 21 +++++++++++++++++++ .../interfaces/WebSocket/constants/005.html | 20 ++++++++++++++++++ .../interfaces/WebSocket/constants/006.html | 20 ++++++++++++++++++ 6 files changed, 124 insertions(+) create mode 100644 testing/web-platform/tests/websockets/interfaces/WebSocket/constants/001.html create mode 100644 testing/web-platform/tests/websockets/interfaces/WebSocket/constants/002.html create mode 100644 testing/web-platform/tests/websockets/interfaces/WebSocket/constants/003.html create mode 100644 testing/web-platform/tests/websockets/interfaces/WebSocket/constants/004.html create mode 100644 testing/web-platform/tests/websockets/interfaces/WebSocket/constants/005.html create mode 100644 testing/web-platform/tests/websockets/interfaces/WebSocket/constants/006.html (limited to 'testing/web-platform/tests/websockets/interfaces/WebSocket/constants') diff --git a/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/001.html b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/001.html new file mode 100644 index 000000000..efc249aab --- /dev/null +++ b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/001.html @@ -0,0 +1,17 @@ + +WebSockets: getting constants on constructor + + + + + +
+ diff --git a/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/002.html b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/002.html new file mode 100644 index 000000000..7280e09b4 --- /dev/null +++ b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/002.html @@ -0,0 +1,24 @@ + +WebSockets: setting constants + + + + + +
+ + diff --git a/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/003.html b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/003.html new file mode 100644 index 000000000..cdb06e5eb --- /dev/null +++ b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/003.html @@ -0,0 +1,22 @@ + +WebSockets: deleting constants + + + + + +
+ diff --git a/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/004.html b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/004.html new file mode 100644 index 000000000..a5b7649df --- /dev/null +++ b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/004.html @@ -0,0 +1,21 @@ + +WebSockets: getting constants on prototype and object + + + + + +
+ diff --git a/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/005.html b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/005.html new file mode 100644 index 000000000..b3c2e932e --- /dev/null +++ b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/005.html @@ -0,0 +1,20 @@ + +WebSockets: defineProperty getter for constants + + + + + +
+ diff --git a/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/006.html b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/006.html new file mode 100644 index 000000000..702193456 --- /dev/null +++ b/testing/web-platform/tests/websockets/interfaces/WebSocket/constants/006.html @@ -0,0 +1,20 @@ + +WebSockets: defineProperty setter for constants + + + + + +
+ -- cgit v1.2.3