idlharness.html (505B)
1 <!doctype html> 2 <title>CSS Painting API IDL tests</title> 3 <meta name="timeout" content="long"> 4 <link rel="help" href="https://drafts.css-houdini.org/css-paint-api/"> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <script src="/resources/WebIDLParser.js"></script> 8 <script src="/resources/idlharness.js"></script> 9 <script> 10 "use strict"; 11 12 idl_test( 13 ["css-paint-api"], 14 ["cssom", "html"] 15 // No objects in Window global 16 ); 17 </script>