| <!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> |