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 --- .../tests/typedarrays/ArrayBuffer_constructor.html | 30 ++++++++++ .../tests/typedarrays/ArrayBuffer_properties.html | 67 ++++++++++++++++++++++ testing/web-platform/tests/typedarrays/OWNERS | 4 ++ .../typedarrays/Uint8ClampedArray_constructor.html | 35 +++++++++++ .../typedarrays/Uint8ClampedArray_length.html | 25 ++++++++ .../Uint8ClampedArray_setter_getter.html | 66 +++++++++++++++++++++ .../typedarrays/Uint8ClampedArray_subarray.html | 50 ++++++++++++++++ .../tests/typedarrays/constructors.html | 48 ++++++++++++++++ 8 files changed, 325 insertions(+) create mode 100644 testing/web-platform/tests/typedarrays/ArrayBuffer_constructor.html create mode 100644 testing/web-platform/tests/typedarrays/ArrayBuffer_properties.html create mode 100644 testing/web-platform/tests/typedarrays/OWNERS create mode 100644 testing/web-platform/tests/typedarrays/Uint8ClampedArray_constructor.html create mode 100644 testing/web-platform/tests/typedarrays/Uint8ClampedArray_length.html create mode 100644 testing/web-platform/tests/typedarrays/Uint8ClampedArray_setter_getter.html create mode 100644 testing/web-platform/tests/typedarrays/Uint8ClampedArray_subarray.html create mode 100644 testing/web-platform/tests/typedarrays/constructors.html (limited to 'testing/web-platform/tests/typedarrays') diff --git a/testing/web-platform/tests/typedarrays/ArrayBuffer_constructor.html b/testing/web-platform/tests/typedarrays/ArrayBuffer_constructor.html new file mode 100644 index 000000000..7a94bc683 --- /dev/null +++ b/testing/web-platform/tests/typedarrays/ArrayBuffer_constructor.html @@ -0,0 +1,30 @@ + + +Typed Arrays Test: ArrayBuffer constructor + + + + +
+ diff --git a/testing/web-platform/tests/typedarrays/ArrayBuffer_properties.html b/testing/web-platform/tests/typedarrays/ArrayBuffer_properties.html new file mode 100644 index 000000000..a4472980a --- /dev/null +++ b/testing/web-platform/tests/typedarrays/ArrayBuffer_properties.html @@ -0,0 +1,67 @@ + + +Typed Arrays Test: ArrayBuffer properties + + + + +
+ diff --git a/testing/web-platform/tests/typedarrays/OWNERS b/testing/web-platform/tests/typedarrays/OWNERS new file mode 100644 index 000000000..f02987223 --- /dev/null +++ b/testing/web-platform/tests/typedarrays/OWNERS @@ -0,0 +1,4 @@ +@koustuvsinha +@zqzhang +@haoxli +@Ms2ger diff --git a/testing/web-platform/tests/typedarrays/Uint8ClampedArray_constructor.html b/testing/web-platform/tests/typedarrays/Uint8ClampedArray_constructor.html new file mode 100644 index 000000000..056952a4f --- /dev/null +++ b/testing/web-platform/tests/typedarrays/Uint8ClampedArray_constructor.html @@ -0,0 +1,35 @@ + + +Typed Arrays Test: Uint8ClampedArray constructor + + + + +
+ diff --git a/testing/web-platform/tests/typedarrays/Uint8ClampedArray_length.html b/testing/web-platform/tests/typedarrays/Uint8ClampedArray_length.html new file mode 100644 index 000000000..6551cd780 --- /dev/null +++ b/testing/web-platform/tests/typedarrays/Uint8ClampedArray_length.html @@ -0,0 +1,25 @@ + + +Typed Arrays Test: Uint8ClampedArray length + + + + +
+ diff --git a/testing/web-platform/tests/typedarrays/Uint8ClampedArray_setter_getter.html b/testing/web-platform/tests/typedarrays/Uint8ClampedArray_setter_getter.html new file mode 100644 index 000000000..28c8ecacb --- /dev/null +++ b/testing/web-platform/tests/typedarrays/Uint8ClampedArray_setter_getter.html @@ -0,0 +1,66 @@ + + +Typed Arrays Test: Uint8ClampedArray setter and getter + + + + +
+ diff --git a/testing/web-platform/tests/typedarrays/Uint8ClampedArray_subarray.html b/testing/web-platform/tests/typedarrays/Uint8ClampedArray_subarray.html new file mode 100644 index 000000000..3c72d853d --- /dev/null +++ b/testing/web-platform/tests/typedarrays/Uint8ClampedArray_subarray.html @@ -0,0 +1,50 @@ + + +Typed Arrays Test: Uint8ClampedArray subarray + + + + +
+ diff --git a/testing/web-platform/tests/typedarrays/constructors.html b/testing/web-platform/tests/typedarrays/constructors.html new file mode 100644 index 000000000..a5d0604e9 --- /dev/null +++ b/testing/web-platform/tests/typedarrays/constructors.html @@ -0,0 +1,48 @@ + +Typed Array constructors + + + + + + +
+ -- cgit v1.2.3