tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

cts.https.html (1265B)


      1 <!--
      2    This test suite is built from the TypeScript sources at:
      3    https://github.com/gpuweb/cts
      4 
      5    If you are debugging WebGPU conformance tests, it's highly recommended that
      6    you use the standalone interactive runner in that repository, which
      7    provides tools for easier debugging and editing (source maps, debug
      8    logging, warn/skip functionality, etc.)
      9 
     10    NOTE:
     11    The WPT version of this file is generated with *one variant per test spec
     12    file*. If your harness needs more fine-grained suppressions, you'll need to
     13    generate your own variants list from your suppression list.
     14    See `tools/gen_wpt_cts_html` to do this.
     15 
     16    When run under browser CI, the original cts.https.html should be skipped, and
     17    this alternate version should be run instead, under a non-exported WPT test
     18    directory (e.g. Chromium's wpt_internal).
     19 -->
     20 
     21 <!doctype html>
     22 <title>WebGPU CTS</title>
     23 <meta charset=utf-8>
     24 <link rel=help href='https://gpuweb.github.io/gpuweb/'>
     25 
     26 <script src=/resources/testharness.js></script>
     27 <script src=/resources/testharnessreport.js></script>
     28 <script>
     29    const loadWebGPUExpectations = undefined;
     30    const shouldWebGPUCTSFailOnWarnings = undefined;
     31 </script>
     32 <script type=module src=/webgpu/common/runtime/wpt.js></script>