summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/layout-instability/resources/test-adapter.js
blob: 3272790f7ae50df40f71b4cdff5283823b8223dc (plain)
1
2
3
4
5
// Abstracts expectations for reuse in different test frameworks.

cls_expect = (watcher, expectation) => {
  watcher.checkExpectation(expectation);
};