You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WPT RFC 28, we decided to introduce a new requirement for testharness.js tests which use the "single-page test" feature: they must enable the feature explicitly. To accomplish this, we first introduced an API for opting in--see gh-19449. Now, we plan to update all tests to use the new API.
(Once we resolve this issue, we'll update testharness.js to report a harness error for tests which do not define any subtests and which do not identify themselves as single-page tests.)
The text was updated successfully, but these errors were encountered:
In WPT RFC 28, we decided to introduce a new requirement for testharness.js tests which use the "single-page test" feature: they must enable the feature explicitly. To accomplish this, we first introduced an API for opting in--see gh-19449. Now, we plan to update all tests to use the new API.
(Once we resolve this issue, we'll update testharness.js to report a harness error for tests which do not define any subtests and which do not identify themselves as single-page tests.)
The text was updated successfully, but these errors were encountered: