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