blob: 17bccbddceec1ad163049d7f69f49dab28a984a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!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>
|