dom/canvas/test/webgl-conf/checkout/conformance2/textures/image_data/tex-3d-rgb16f-rgb-float.html
author AndiAJ <andiaj@users.noreply.github.com>
Tue, 15 Jul 2025 12:24:39 +0000 (12 hours ago)
changeset 796640 bb851a378010881961ccfae598f355ea1211941d
parent 515042 f3948e689af746c84af3a24b00e0a33762d15cf7
permissions -rw-r--r--
Bug 1977313 - Fix failing custom search engines related UI tests r=aaronmt The UI test started to fail after this [[ https://phabricator.services.mozilla.com/D252233 | change ]] landed. To fix the 2 UI tests I've removed the snackbar assertions. Both tests successfuly passed 10x on Firebase ✅ Differential Revision: https://phabricator.services.mozilla.com/D257244
<!--
Copyright (c) 2019 The Khronos Group Inc.
Use of this source code is governed by an MIT-style license that can be
found in the LICENSE.txt file.
-->

<!--

This file is auto-generated from py/tex_image_test_generator.py
DO NOT EDIT!

-->


<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
<script src="../../../js/js-test-pre.js"></script>
<script src="../../../js/webgl-test-utils.js"></script>
<script src="../../../js/tests/tex-image-and-sub-image-utils.js"></script>
<script src="../../../js/tests/tex-image-and-sub-image-3d-with-image-data.js"></script>
</head>
<body>
<canvas id="texcanvas" width="2" height="2"></canvas>
<canvas id="example" width="32" height="32"></canvas>
<div id="description"></div>
<div id="console"></div>
<script>
"use strict";
function testPrologue(gl) {
    return true;
}

generateTest("RGB16F", "RGB", "FLOAT", testPrologue, "../../../resources/", 2)();
</script>
</body>
</html>