diff --git a/sdk/tests/conformance2/core/tex-new-formats.html b/sdk/tests/conformance2/core/tex-new-formats.html index 831a20c8e8..df562d94fd 100644 --- a/sdk/tests/conformance2/core/tex-new-formats.html +++ b/sdk/tests/conformance2/core/tex-new-formats.html @@ -268,12 +268,12 @@ }, { sizedformat: "SRGB8", - unsizedformat: "SRGB", + unsizedformat: "RGB", type: "UNSIGNED_BYTE", }, { sizedformat: "SRGB8_ALPHA8", - unsizedformat: "SRGB_ALPHA", + unsizedformat: "RGBA", type: "UNSIGNED_BYTE", }, {