tor-browser

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

idlharness.html (463B)


      1 <!doctype html>
      2 <title>CSS Parser API IDL tests</title>
      3 <link rel="help" href="https://wicg.github.io/css-parser-api/">
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <script src="/resources/WebIDLParser.js"></script>
      7 <script src="/resources/idlharness.js"></script>
      8 <script>
      9  'use strict';
     10 
     11  idl_test(
     12    ['css-parser-api'],
     13    ['cssom'],
     14    idl_array => {
     15      // No objects
     16    }
     17  );
     18 </script>