<!doctype html> <title>css-images IDL tests</title> <link rel="help" href="https://drafts.csswg.org/css-images-4/"> <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-images-4'], ['cssom'], idl_array => { // No objects, } ); </script>