Update web-platform-tests to revision fb898b46adaf656c9807ed0b8adb39d84162cb98

This commit is contained in:
WPT Sync Bot 2019-08-30 10:51:05 +00:00
parent 6a4e6174a7
commit eed68f662b
222 changed files with 12791 additions and 14492 deletions

View file

@ -0,0 +1,18 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
// https://w3c.github.io/pointerlock/
idl_test(
['pointerlock'],
['uievents', 'html', 'dom'],
idl_array => {
idl_array.add_objects({
Document: ["window.document"],
Element: ["window.document.documentElement"],
MouseEvent: ["new MouseEvent('foo')"]
});
}
);