Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>CSS Properties Values API IDL tests</title>
<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>