https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 220550a5ff779548d669998a623bf6fc14f6d290 authored by Christian Biesinger on 26 January 2016, 01:17:40 UTC
[css-sizing-3] Add tests for percentage resolution
Tip revision: 220550a
idlharness.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

// https://w3c.github.io/screen-orientation/

idl_test(
  ['screen-orientation'],
  ['dom', 'cssom-view', 'html'],
  idl_array => {
    idl_array.add_objects({
      Screen: ['screen'],
      ScreenOrientation: ['screen.orientation']
    });
  }
);
back to top