idlharness.html (458B)
1 <!doctype html> 2 <title>css-images IDL tests</title> 3 <link rel="help" href="https://drafts.csswg.org/css-images-4/"> 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-images-4'], 13 ['cssom'], 14 idl_array => { 15 // No objects, 16 } 17 ); 18 </script>