Skip to content

Commit 00e8fb8

Browse files
committed
Bug 1917534 [wpt PR 48035] - Add compute pressure-related commands to testdriver, a=testonly
Automatic update from web-platform-tests Add compute pressure-related commands to testdriver (#48035) * Add compute pressure-related commands to testdriver Spec PR: w3c/compute-pressure#284 This PR adds the required infrastructure to manipulate compute pressure from testdriver. The three new commands correspond to the three WebDriver extension commands added by the spec PR above. * Change the specification reference from "virtual pressure sample" to "virtual pressure state" -- wpt-commits: 384f5d9f4d9dccecb3374990ffdc9b3e181d5ff5 wpt-pr: 48035 UltraBlame original commit: 54f6c255d0ae66171bdce4ad7945d0154168f51a
1 parent d41ee41 commit 00e8fb8

File tree

7 files changed

+1396
-0
lines changed

7 files changed

+1396
-0
lines changed

testing/web-platform/tests/docs/writing-tests/testdriver.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,45 @@ run_bounce_tracking_mitigations
689689
#
690690
#
691691
#
692+
Compute
693+
Pressure
694+
#
695+
#
696+
#
697+
eval_rst
698+
.
699+
.
700+
js
701+
:
702+
autofunction
703+
:
704+
:
705+
test_driver
706+
.
707+
create_virtual_pressure_source
708+
.
709+
.
710+
js
711+
:
712+
autofunction
713+
:
714+
:
715+
test_driver
716+
.
717+
update_virtual_pressure_source
718+
.
719+
.
720+
js
721+
:
722+
autofunction
723+
:
724+
:
725+
test_driver
726+
.
727+
remove_virtual_pressure_source
728+
#
729+
#
730+
#
692731
Using
693732
test_driver
694733
in

0 commit comments

Comments
 (0)