summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-parser-api/idlharness.html
blob: 2c7fd39ce40ae4230e8bb8c7f8bfd7ceec967f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<title>CSS Parser API IDL tests</title>
<link rel="help" href="https://wicg.github.io/css-parser-api/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/WebIDLParser.js"></script>
<script src="/resources/idlharness.js"></script>
<script>
  'use strict';

  idl_test(
    ['css-parser-api'],
    ['cssom'],
    idl_array => {
      // No objects
    }
  );
</script>