https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 10c4433f448fa5a85cdbdcd8c5dc2765951297ae authored by Javier Fernandez on 22 December 2018, 22:34:40 UTC
[css-text] New value 'break-spaces' for the white-space property
Tip revision: 10c4433
idlharness.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

idl_test(
  ['scroll-animations'],
  // The css-pseudo dependency shouldn't be necessary, but is:
  // https://github.com/web-platform-tests/wpt/issues/12574
  ['web-animations', 'css-pseudo', 'dom'],
  idl_array => {
    idl_array.add_objects({
      ScrollTimeline: ['new ScrollTimeline()'],
    });
  }
);
back to top