Skip to content

Commit

Permalink
Bug 1923720 [wpt PR 48547] - FLEDGE: Work around run_wpt_tests bug in…
Browse files Browse the repository at this point in the history
… server-response.https.window.html?37-40, a=testonly

Automatic update from web-platform-tests
FLEDGE: Work around run_wpt_tests bug in server-response.https.window.html?37-40

Fixed: 370532977
Change-Id: If18affcf86d729dd9798183b6f12c96eb90765d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5921378
Commit-Queue: Maks Orlovich <morlovichchromium.org>
Reviewed-by: Russ Hamilton <behamiltongoogle.com>
Cr-Commit-Position: refs/heads/main{#1366369}

--

wpt-commits: 61a4ddbafe7c23611eda77c21fddc72c489d6a91
wpt-pr: 48547

UltraBlame original commit: 6e6e535b0ce659318e1b80710b5d58e7c6a40d72
  • Loading branch information
marco-c committed Oct 15, 2024
1 parent 30a5427 commit 7fc18bb
Showing 1 changed file with 86 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5249,12 +5249,91 @@ getNestedConfigs
(
)
;
/
/
Limit
the
number
of
fenced
frames
we
try
to
load
at
once
since
loading
too
many
/
/
completely
breaks
some
Chrome
test
set
ups
and
we
only
really
care
about
3
of
them
/
/
anyway
.
/
/
/
/
See
https
:
/
/
crbug
.
com
/
370533823
for
more
context
.
const
limit
=
5
;
for
(
let
config
of
var
i
=
0
;
i
<
Math
.
min
(
limit
componentAds
.
length
)
;
+
+
i
)
{
let
Expand Down Expand Up @@ -5283,7 +5362,10 @@ fencedFrame
.
config
=
config
componentAds
[
i
]
;
document
.
Expand Down

0 comments on commit 7fc18bb

Please sign in to comment.