blob: 6f053757c3cef099f0cea41716a942dfa7e66100 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!doctype html>
<title>CSS Properties Values API IDL tests</title>
<link rel="help" href="https://drafts.css-houdini.org/css-properties-values-api-1/">
<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-properties-values-api"],
["cssom"]
// No objects
);
</script>
|