blob: fa2920ad4d2e8d41f0e4940503b5d85a2288373d [file] [log] [blame]
<!--
This template lives in third_party/blink/web_tests/webgpu/.
This template is a modified copy of templates/cts.html from the WebGPU CTS.
https://github.com/gpuweb/cts/blob/master/templates/cts.html
Once autogenerated, this file functions identically to the cts.html from
external/wpt/webgpu/, except it has a custom variant list which breaks
down the test cases further so that test suppressions can be specific to
individual tests or test cases.
-->
<!doctype html>
<title>WebGPU CTS</title>
<meta charset=utf-8>
<link rel=help href='https://gpuweb.github.io/gpuweb/'>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<style>
#results {
font-family: monospace;
width: 100%;
height: 15em;
}
/* Test Name column */
#results > tbody > tr > td:nth-child(2) {
word-break: break-word;
}
/* Message column */
#results > tbody > tr > td:nth-child(3) {
white-space: pre-wrap;
word-break: break-word;
}
</style>
<textarea id=results></textarea>
<script type=module src=/webgpu/runtime/wpt.js></script>