blob: 572f87f62910cd2b4f25c3c5975e7bfed29f91d6 [file] [log] [blame] [edit]
<!doctype html>
<meta charset=utf-8>
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4"/>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=/resources/WebIDLParser.js></script>
<script src=/resources/idlharness.js></script>
<h1>CSS Pseudo-Elements IDL tests</h1>
<div id=log></div>
<script>
'use strict';
idl_test(
['css-pseudo'],
['cssom', 'html', 'dom'],
async idlArray => {
idlArray.add_objects({
Window: ['window'],
// TODO: CSSPseudoElement + CSSPseudoElementList
});
},
'CSS Pseudo-Elements interfaces'
);
</script>