blob: aad04a17cc4c660084fa196cb85da5d88b8560d4 [file] [log] [blame]
<!doctype html>
<title>CSS Painting API IDL tests</title>
<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", "worklets"]
// No objects in Window global
);
</script>