From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../conformance2/vertex_arrays/00_test_list.txt | 2 + ...ertex-array-object-and-disabled-attributes.html | 132 ++++ .../vertex_arrays/vertex-array-object.html | 671 +++++++++++++++++++++ 3 files changed, 805 insertions(+) create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/00_test_list.txt create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/vertex-array-object-and-disabled-attributes.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/vertex-array-object.html (limited to 'dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays') diff --git a/dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/00_test_list.txt b/dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/00_test_list.txt new file mode 100644 index 0000000000..8ce1225636 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/00_test_list.txt @@ -0,0 +1,2 @@ +vertex-array-object.html +--min-version 2.0.1 vertex-array-object-and-disabled-attributes.html diff --git a/dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/vertex-array-object-and-disabled-attributes.html b/dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/vertex-array-object-and-disabled-attributes.html new file mode 100644 index 0000000000..08abba728c --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/vertex-array-object-and-disabled-attributes.html @@ -0,0 +1,132 @@ + + + + + + +WebGL 2 Disabled Vertex Array Object and Disabled Attributes Test + + + + + + + +
+
+ + + + + + + + + + + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/vertex-array-object.html b/dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/vertex-array-object.html new file mode 100644 index 0000000000..160a7f4ea6 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance2/vertex_arrays/vertex-array-object.html @@ -0,0 +1,671 @@ + + + + + + +WebGL vertex_array_object Conformance Tests + + + + + +
+ +
+ + + + + + + -- cgit v1.2.3