Skip to content

Commit

Permalink
Add resize-observer/interfaces.any.js
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Apr 6, 2018
1 parent b3cf898 commit 761ed9e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions resize-observer/interfaces.any.js
@@ -0,0 +1,14 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

// https://wicg.github.io/ResizeObserver/

promise_test(async () => {
const idl = await (await fetch('/interfaces/ResizeObserver.idl')).text();
const idlArray = new IdlArray();
idlArray.add_idls(idl);
idlArray.test();
done();
}, 'Test driver');

0 comments on commit 761ed9e

Please sign in to comment.