Bug 1617824 [wpt PR 21953] - Worker: Remove TestExpectation 'Timeout' from referrer test, a=testonly

Automatic update from web-platform-tests
Worker: Remove TestExpectation 'Timeout' from referrer test

This CL removes TestExpectation 'Timeout' from
dedicated-worker-import-referrer.html.

By checking the recent build, this test takes much less than 90 seconds.
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_layout_tests%20(with%20patch)&tests=virtual%2Fomt-worker-fetch%2Fexternal%2Fwpt%2Fworkers%2Fmodules%2Fdedicated-worker-import-referrer.html
Therefore, by adding <meta name="timeout" content="long" />, this test
will no longer timeout.

Bug: 979490
Change-Id: Id45a1406a108390e0afd771bc53d91aa95ef60af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071400
Commit-Queue: Eriko Kurimoto <elkurin@google.com>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744219}

--

wpt-commits: 48d212d65b2285afac1fab6f7705ad6197e32c4b
wpt-pr: 21953
This commit is contained in:
Eriko Kurimoto 2020-02-26 10:40:53 +00:00 коммит произвёл moz-wptsync-bot
Родитель a8e0eced98
Коммит 6eeb629ae5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>DedicatedWorker: Referrer</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>