forked from mirrors/gecko-dev
Automatic update from web-platform-tests Mark some idlharness.html tests as timeout=long These are symptomatic of crbug.com/1047818, but to stop the pain for sheriffs lets mark them timeout=long for now. TBR=lpz@chromium.org Bug: 1084362 Change-Id: I737edb4278733698833765e7dbe92d345539e0ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207863 Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#770117} -- wpt-commits: 36d3a4b66db5116de3a34588ff9c8787bc21d5f5 wpt-pr: 23690
16 lines
330 B
JavaScript
16 lines
330 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
// META: timeout=long
|
|
|
|
// https://w3c.github.io/webcrypto/Overview.html
|
|
|
|
idl_test(
|
|
['WebCryptoAPI'],
|
|
['html', 'dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
Crypto: ['crypto'],
|
|
SubtleCrypto: ['crypto.subtle']
|
|
});
|
|
}
|
|
);
|