Skip to content

Commit 405f520

Browse files
committed
Bug 1860877 [wpt PR 42729] - Strip spaces when comparing message with expected-fail-message, a=testonly
Automatic update from web-platform-tests Strip spaces when comparing message with expected-fail-message (#42729) * Strip spaces when comparing message with expected-fail-message This is to align with current Chromium side behavior. Bug: Chromium: 1481730 -- wpt-commits: 40402d084b70b12a774f8bf9d19e42a022e484e0 wpt-pr: 42729 UltraBlame original commit: 21d09f4ba09c76123f4c2ad581eee59fa5dd5d53
1 parent 647f64e commit 405f520

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
disabled
2+
:
3+
if
4+
product
5+
=
6+
=
7+
"
8+
firefox
9+
"
10+
:
11+
True

testing/web-platform/tests/tools/wptrunner/wptrunner/testrunner.py

+4
Original file line numberDiff line numberDiff line change
@@ -5247,6 +5247,10 @@
52475247
result
52485248
.
52495249
message
5250+
.
5251+
strip
5252+
(
5253+
)
52505254
!
52515255
=
52525256
expected_fail_message

0 commit comments

Comments
 (0)