Update web-platform-tests to revision d04a8fc02b85bd32799691759c8c05ead07cd939

This commit is contained in:
WPT Sync Bot 2018-03-23 21:12:55 -04:00
parent e8fdc677f4
commit 2b35c55ac7
63 changed files with 2068 additions and 340 deletions

View file

@ -18,12 +18,7 @@
function doTest([html, hr_time]) {
var idl_array = new IdlArray();
// HTML is needed for WindowOrWorkerGlobalScope. Provide dummy interfaces for
// things that HTML depends on in turn which are not under tests.
idl_array.add_untested_idls('interface Document {};');
idl_array.add_untested_idls('interface EventTarget {};');
idl_array.add_untested_idls('interface LinkStyle {};');
idl_array.add_untested_idls(html);
idl_array.add_untested_idls(html, { only: ['WindowOrWorkerGlobalScope'] });
idl_array.add_idls(hr_time);
idl_array.add_objects({
Performance: ["window.performance"],