idlharness.html (478B)
1 <!doctype html> 2 <title>CSS Properties Values API IDL tests</title> 3 <link rel="help" href="https://drafts.css-houdini.org/css-properties-values-api-1/"> 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-properties-values-api"], 13 ["cssom"] 14 // No objects 15 ); 16 </script>