blob: 4ab9ef3737cd1c3ab04505ba75ff7eb8601c9e9a [file] [edit]
<!DOCTYPE html>
<html>
<head>
<script src="../../http/tests/inspector/resources/inspector-test.js"></script>
<script src="resources/shaderProgram-utilities-webgl.js"></script>
<script>
function test() {
let suite = initializeTestSuite("webgl2");
addSimpleTestCase("webgl2");
addParentCanvasRemovedTestCase("webgl2");
suite.runTestCasesAndFinish();
}
</script>
</head>
<body onload="runTest()">
<p>Test that CanvasManager tracks creation and destruction of WebGL2 shader programs.</p>
</body>
<script>
createProgram("webgl2");
</script>
</html>