зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1700876 [wpt PR 28237] - WPT: Increase timeout for slow XFO test, a=testonly
Automatic update from web-platform-tests WPT: Increase timeout for slow XFO test The WPT external/wpt/x-frame-options/multiple.html is slow because it navigates a lot of subframes. Sometimes, it ends up hitting the timeout. Change-Id: I55e2f3e839bd3d20e41ebca71300294fe53bdabb Bug: 626703 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2784869 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#866527} -- wpt-commits: 8ed684e5fc9e9732320009121729aa2e510e68ad wpt-pr: 28237
This commit is contained in:
Родитель
52e4a80d77
Коммит
0aca4da09e
|
@ -1,6 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>X-Frame-Options headers sent multiple times</title>
|
||||
|
||||
<!--
|
||||
This test is creating and navigating >90 iframes. This can exceed the
|
||||
"short" timeout".
|
||||
-->
|
||||
<meta name="timeout" content="long">
|
||||
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="support/helper.sub.js"></script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче