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 --- .../conformance/glsl/constructors/00_test_list.txt | 14 ++ .../glsl/constructors/glsl-construct-bvec2.html | 39 +++++ .../glsl/constructors/glsl-construct-bvec3.html | 39 +++++ .../glsl/constructors/glsl-construct-bvec4.html | 39 +++++ .../glsl/constructors/glsl-construct-ivec2.html | 39 +++++ .../glsl/constructors/glsl-construct-ivec3.html | 39 +++++ .../glsl/constructors/glsl-construct-ivec4.html | 39 +++++ .../glsl/constructors/glsl-construct-mat2.html | 39 +++++ .../glsl/constructors/glsl-construct-mat3.html | 39 +++++ .../glsl/constructors/glsl-construct-mat4.html | 39 +++++ .../glsl-construct-vec-mat-corner-cases.html | 195 +++++++++++++++++++++ .../constructors/glsl-construct-vec-mat-index.html | 53 ++++++ .../glsl/constructors/glsl-construct-vec2.html | 39 +++++ .../glsl/constructors/glsl-construct-vec3.html | 39 +++++ .../glsl/constructors/glsl-construct-vec4.html | 39 +++++ 15 files changed, 730 insertions(+) create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/00_test_list.txt create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec2.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec3.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec4.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec2.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec3.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec4.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat2.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat3.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat4.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec-mat-corner-cases.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec-mat-index.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec2.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec3.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec4.html (limited to 'dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors') diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/00_test_list.txt b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/00_test_list.txt new file mode 100644 index 0000000000..6758bea8e8 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/00_test_list.txt @@ -0,0 +1,14 @@ +glsl-construct-vec2.html +glsl-construct-vec3.html +glsl-construct-vec4.html +glsl-construct-ivec2.html +glsl-construct-ivec3.html +glsl-construct-ivec4.html +glsl-construct-bvec2.html +glsl-construct-bvec3.html +glsl-construct-bvec4.html +glsl-construct-mat2.html +glsl-construct-mat3.html +glsl-construct-mat4.html +--min-version 1.0.3 glsl-construct-vec-mat-corner-cases.html +--min-version 1.0.3 glsl-construct-vec-mat-index.html diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec2.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec2.html new file mode 100644 index 0000000000..b1e72160d1 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec2.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec3.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec3.html new file mode 100644 index 0000000000..57f51d3902 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec3.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec4.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec4.html new file mode 100644 index 0000000000..a873c016d1 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-bvec4.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec2.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec2.html new file mode 100644 index 0000000000..5524fe3abc --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec2.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec3.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec3.html new file mode 100644 index 0000000000..594f6713f3 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec3.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec4.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec4.html new file mode 100644 index 0000000000..8bc59761e1 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-ivec4.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat2.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat2.html new file mode 100644 index 0000000000..5a4afb817d --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat2.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat3.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat3.html new file mode 100644 index 0000000000..e4a2e9815d --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat3.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat4.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat4.html new file mode 100644 index 0000000000..81fd92b2ab --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-mat4.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec-mat-corner-cases.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec-mat-corner-cases.html new file mode 100644 index 0000000000..a2c8f306ae --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec-mat-corner-cases.html @@ -0,0 +1,195 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec-mat-index.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec-mat-index.html new file mode 100644 index 0000000000..084d532f8a --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec-mat-index.html @@ -0,0 +1,53 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + +
+
+ + + + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec2.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec2.html new file mode 100644 index 0000000000..6fa0d2af52 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec2.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec3.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec3.html new file mode 100644 index 0000000000..b5e1a7cd4d --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec3.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec4.html b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec4.html new file mode 100644 index 0000000000..c66fa470a0 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance/glsl/constructors/glsl-construct-vec4.html @@ -0,0 +1,39 @@ + + + + + + +WebGL GLSL Conformance Tests + + + + + + + + +
+
+ + + -- cgit v1.2.3