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 92c461d commit 463b9b4
Show file tree
Hide file tree
Showing 30 changed files with 10,861 additions and 1,582 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@
"
env_options
"
"
timeout_multiplier
"
)
:

Expand Down Expand Up @@ -539,39 +536,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 463b9b4

Please sign in to comment.