Revision c6fd45b6016f48340bc3f5017be6982d0792d7bc authored by Philipp Hancke on 31 August 2018, 18:58:00 UTC, committed by Philipp Hancke on 31 August 2018, 18:58:00 UTC
the legacy offer options need to be passed to createOffer, not the then.
regression from #12715, caused chrome to fail on import
1 parent 490ffff
Raw File
idlharness.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

idl_test(
  ['fullscreen'],
  ['dom', 'html'],
  idl_array => {
    idl_array.add_objects({
      Document: ['new Document'],
      Element: ['document.createElementNS(null, "test")'],
    });
  }
);
back to top