dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderderivate_dfdy.html
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL Shader Derivate 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.es3fShaderDerivateTests');</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.es3fShaderDerivateTests.run(gl, [1, 2]);
</script>
</body>
</html>