Skip to content

Commit ade3c98

Browse files
committed
Bug 1979365 [wpt PR 53980] - Fix Digital Credentials .get() tests that test the absence of requests, a=testonly
Automatic update from web-platform-tests avoid using makeGetOptions() (#53980) -- wpt-commits: f2c14c0c92aae89767b3e6c43c6a781090a8a344 wpt-pr: 53980 UltraBlame original commit: 2c38c33f1b3f41f0dcefb3dde5b3446ca277dbdb
1 parent 545a33c commit ade3c98

File tree

1 file changed

+30
-15
lines changed

1 file changed

+30
-15
lines changed

testing/web-platform/tests/digital-credentials/get.tentative.https.html

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
for
645645
(
646646
const
647-
request
647+
r
648648
of
649649
[
650650
undefined
@@ -656,10 +656,15 @@
656656
const
657657
options
658658
=
659-
makeGetOptions
660-
(
661-
request
662-
)
659+
{
660+
digital
661+
:
662+
{
663+
requests
664+
:
665+
r
666+
}
667+
}
663668
;
664669
await
665670
test_driver
@@ -736,7 +741,7 @@
736741
for
737742
(
738743
const
739-
request
744+
r
740745
of
741746
[
742747
undefined
@@ -748,10 +753,15 @@
748753
const
749754
options
750755
=
751-
makeGetOptions
752-
(
753-
request
754-
)
756+
{
757+
digital
758+
:
759+
{
760+
requests
761+
:
762+
r
763+
}
764+
}
755765
;
756766
await
757767
test_driver
@@ -828,7 +838,7 @@
828838
for
829839
(
830840
const
831-
request
841+
r
832842
of
833843
[
834844
undefined
@@ -840,10 +850,15 @@
840850
const
841851
options
842852
=
843-
makeGetOptions
844-
(
845-
request
846-
)
853+
{
854+
digital
855+
:
856+
{
857+
requests
858+
:
859+
r
860+
}
861+
}
847862
;
848863
const
849864
result

0 commit comments

Comments
 (0)