summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/idlharness.html
blob: c9bf69047ee5ce4651be59242770b5ae0ebba121 (plain)
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-4'],
    ['cssom'],
    idl_array => {
      // No objects,
    }
  );
</script>