blob: c9bf69047ee5ce4651be59242770b5ae0ebba121 [file] [log] [blame]
<!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>