12 lines
205 B
JavaScript
12 lines
205 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
// https://w3c.github.io/autoplay/
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['autoplay-detection'],
|
|
['html'],
|
|
idl_array => {}
|
|
);
|