зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
429 B
HTML
19 строки
429 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<script src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
<link rel="stylesheet" href="/tests/SimpleTest/test.css">
|
|
</head>
|
|
<body>
|
|
<script>
|
|
|
|
ok(!SpecialPowers.getBoolPref('dom.webgpu.enable'), 'Pref should be disabled.');
|
|
ok(window.WebGPU === undefined, 'window.WebGPU === undefined');
|
|
ok(window.webgpu === undefined, 'window.webgpu === undefined');
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|