fune/testing/web-platform/tests/css/css-parser-api/idlharness.html
Stephen McGruer e82074333e Bug 1643353 [wpt PR 23989] - Move interfaces/CSS-Parser-API.idl, a=testonly
Automatic update from web-platform-tests
Move interfaces/CSS-Parser-API.idl (#23989)

Closes https://github.com/web-platform-tests/wpt/pull/23985
Closes https://github.com/web-platform-tests/wpt/pull/23973
--

wpt-commits: c9aa613adba49708ae4378809327ae0d2840a5d2
wpt-pr: 23989
2020-06-12 09:18:43 +00:00

18 lines
463 B
HTML

<!doctype html>
<title>CSS Parser API IDL tests</title>
<link rel="help" href="https://wicg.github.io/css-parser-api/">
<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>