dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/clipping.html
author Ryan VanderMeulen <rvandermeulen@mozilla.com>
Wed, 16 Jul 2025 03:22:15 +0300 (7 hours ago)
changeset 796707 3862f7d3e5c36c9d28f4b44ec4f530d43e7bcc8a
parent 305262 c9fc669dc2cbab06a20c3345b970a6a026f2e42b
permissions -rw-r--r--
Bug 1969980 - part 3.75 - Remove snackbar dependency from failing test. r=gmalekpour Differential Revision: https://phabricator.services.mozilla.com/D257412
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL Clipping tests 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.es3fClippingTests');</script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<canvas id="canvas" width="128" height="128"> </canvas>
<script>
var wtu = WebGLTestUtils;
var gl = wtu.create3DContext('canvas', null, 2);

functional.gles3.es3fClippingTests.run(gl);
</script>
</body>
</html>