summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-paint-api/idlharness.html
blob: 3c4aa98d6150717c861842b0a2f1bf90b7fa7c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<title>CSS Painting API IDL tests</title>
<meta name="timeout" content="long">
<link rel="help" href="https://drafts.css-houdini.org/css-paint-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-paint-api"],
    ["cssom", "html"]
    // No objects in Window global
  );
</script>