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
18 lines
289 B
JavaScript
18 lines
289 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
// META: timeout=long
|
|
|
|
// https://w3c.github.io/web-share/
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['web-share'],
|
|
['html'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
Navigator: ['navigator']
|
|
});
|
|
}
|
|
);
|