Skip to content

Commit 0e5d596

Browse files
WeizhongXChromium LUCI CQ
authored and
Chromium LUCI CQ
committed
Roll wpt tooling
This rolls wpt to latest commit at https://github.com/web-platform-tests/wpt. REMOTE-WPT-HEAD: 87c66f4e4498996d2b1d9cd2e0cf9c0f0a3f6a3d Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel,android-weblayer-pie-x86-wpt-smoketest,linux-blink-rel Change-Id: I87c5259f02102ba42362e37a55bbd19e7782b00e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3534542 Reviewed-by: Kyle Ju <[email protected]> Commit-Queue: Weizhong Xia <[email protected]> Cr-Commit-Position: refs/heads/main@{#982543}
1 parent 7cecb74 commit 0e5d596

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

third_party/wpt_tools/README.chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: web-platform-tests - Test Suites for Web Platform specifications
22
Short Name: wpt
33
URL: https://github.com/web-platform-tests/wpt/
4-
Version: e0a72ad1cebe5f0cb794627777754decb3597e40
4+
Version: 87c66f4e4498996d2b1d9cd2e0cf9c0f0a3f6a3d
55
License: LICENSES FOR W3C TEST SUITES (https://www.w3.org/Consortium/Legal/2008/03-bsd-license.html)
66
License File: NOT_SHIPPED
77
Security Critical: no

third_party/wpt_tools/wpt/resources/testdriver-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* .keyDown("p")
3030
* .keyUp("p");
3131
*
32-
* actions.send();
32+
* await actions.send();
3333
*
3434
* @param {number} [defaultTickDuration] - The default duration of a
3535
* tick. Be default this is set ot 16ms, which is one frame time
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
selenium==4.1.2
1+
selenium==4.1.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mozprocess==1.3.0
2-
selenium==4.1.2
2+
selenium==4.1.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mozprocess==1.3.0
2-
selenium==4.1.2
2+
selenium==4.1.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
selenium==4.1.2
1+
selenium==4.1.3
22
requests==2.27.1

0 commit comments

Comments
 (0)