From 74c6c61a6e0a4f6d7e2e8b8a0d80822f1ff8b6e3 Mon Sep 17 00:00:00 2001 From: Ken Russell Date: Tue, 9 Jun 2026 17:59:12 -0700 Subject: [PATCH] Test PBOs with a couple of invalid texSubImage2D overloads. These are expected to fail with INVALID_OPERATION. Associated with Chromium bug 521757779. --- .../textures/misc/00_test_list.txt | 1 + .../textures/misc/pbo-texture-uploads.html | 89 +++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 sdk/tests/conformance2/textures/misc/pbo-texture-uploads.html diff --git a/sdk/tests/conformance2/textures/misc/00_test_list.txt b/sdk/tests/conformance2/textures/misc/00_test_list.txt index 3639c1054..5d14e0944 100644 --- a/sdk/tests/conformance2/textures/misc/00_test_list.txt +++ b/sdk/tests/conformance2/textures/misc/00_test_list.txt @@ -18,6 +18,7 @@ mipmap-fbo.html --min-version 2.0.1 npot-video-sizing.html --min-version 2.0.1 tex-3d-mipmap-levels-intel-bug.html --min-version 2.0.1 origin-clean-conformance-offscreencanvas.html +--min-version 2.0.1 pbo-texture-uploads.html tex-3d-size-limit.html --min-version 2.0.1 tex-base-level-bug.html --min-version 2.0.1 tex-image-10bpc.html diff --git a/sdk/tests/conformance2/textures/misc/pbo-texture-uploads.html b/sdk/tests/conformance2/textures/misc/pbo-texture-uploads.html new file mode 100644 index 000000000..e35eebf71 --- /dev/null +++ b/sdk/tests/conformance2/textures/misc/pbo-texture-uploads.html @@ -0,0 +1,89 @@ + + + + + + +WebGL2 PBO Uploads conformance test + + + + + + +
+
+ + + +