blob: 185509bb91a7d29db50c63ca635add9f68486894 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// https://w3c.github.io/autoplay/
'use strict';
idl_test(
['autoplay-detection'],
['html'],
idl_array => {}
);
|