https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 622b6fd97abd374fdd18a783d12a684f3fa98e23 authored by Emil A Eklund on 18 December 2018, 22:56:53 UTC
Return resolved-value for ComputedStyle line-height
Tip revision: 622b6fd
idlharness.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

// https://w3c.github.io/selection-api/

idl_test(
  ['selection-api'],
  ['html', 'dom'],
  idlArray => {
    idlArray.add_objects({
      Window: ['window'],
      Document: ['document'],
      Selection: ['getSelection()'],
    });
  }
);
back to top