dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/selection.html
author Alexandru Marc <amarc@mozila.com>
Tue, 15 Jul 2025 02:33:52 +0300 (6 hours ago)
changeset 796591 ca1cc5350282d2e1047872fb126704505db5e97a
parent 471213 74842652868985ee3ff7b7c0e895e2c31da7533d
permissions -rw-r--r--
Revert "Bug 1938967 - Part 2: Use relative paths within Taskbar Tabs to create shortcuts. r=nrishel,fluent-reviewers,bolsson" for causing bc failures @ browser_createWindowsShortcut.js This reverts commit 76c91e29a4310104f82d32ce50de9faf027c34f5. Revert "Bug 1938967 - Part 1: Allow shortcuts to be located in subdirectories of the Start menu or desktop. r=nrishel" This reverts commit 17f3a92d47e36c8a879be8d0bf1777cbcb72dc91.
<!--

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

-->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL Shader Operator Conformance Tests</title>
<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="../../../../closure-library/closure/goog/base.js"></script>
<script src="../../../deqp-deps.js"></script>
<script>
goog.require('functional.gles3.es3fShaderOperatorTests');
</script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<canvas id="canvas" width="256" height="256"> </canvas>
<script>
var wtu = WebGLTestUtils;
var gl = wtu.create3DContext('canvas', null, 2);

functional.gles3.es3fShaderOperatorTests.run(gl, [35, 36]);
</script>
</body>
</html>