Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt.git
/
refs/heads/active-script-webidl-callbacks
/
.
/
layout-instability
/
resources
/
test-adapter.js
blob: 3272790f7ae50df40f71b4cdff5283823b8223dc [
file
] [
log
] [
blame
] [
edit
]
// Abstracts expectations for reuse in different test frameworks.
cls_expect
=
(
watcher
,
expectation
)
=>
{
watcher
.
checkExpectation
(
expectation
);
};