Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 66 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /css/css-parser-api/idlharness.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>CSS Parser 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-parser-api'],
['cssom'],
idl_array => {
// No objects
}
);
</script>