Skip to content

Commit

Permalink
Bug 1513880 [wpt PR 14496] - Revert "Make testharness tests run in a …
Browse files Browse the repository at this point in the history
…top-level browsing context", a=testonly

Automatic update from web-platform-tests
Revert "Make testharness tests run in a top-level browsing context" (#14496)

This reverts commit 74522a275bea481821e789145578e9e16fd27be3.

Fixes web-platform-tests/wpt#14495.

Reopens web-platform-tests/wpt#13418.
--

wpt-commits: 9377b490049c9af88ea0261ad3b92757733e8e95
wpt-pr: 14496

UltraBlame original commit: 0f0edff319bf9938e6ce47e62c586d2f25919263
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 6edec69 commit e27ad7e
Show file tree
Hide file tree
Showing 30 changed files with 11,093 additions and 1,823 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@
"
env_options
"
"
timeout_multiplier
"
)
:

Expand Down Expand Up @@ -543,39 +540,6 @@
(
)
def
get_timeout_multiplier
(
test_type
run_info_data
*
*
kwargs
)
:

if
kwargs
[
"
timeout_multiplier
"
]
is
not
None
:

return
kwargs
[
"
timeout_multiplier
"
]

return
1
def
browser_command
(
binary
Expand Down
Loading

0 comments on commit e27ad7e

Please sign in to comment.