blob: 17bccbddceec1ad163049d7f69f49dab28a984a3 [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'],
['cssom'],
idl_array => {
// No objects,
}
);
</script>