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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ or users of web-platform-tests. Examples of where it is likely to be useful:
21
21
Cases where the RFC process need *not* be used:
22
22
23
23
- Introducing a new top-level directory for a new specification.
24
-
- Extending testdriver.js with a method that closely matches a [WebDriver Classic](https://w3c.github.io/webdriver/)or [WebDriver BiDi](https://w3c.github.io/webdriver-bidi) endpoints. To notify maintainers of testdriver.js vendor integration, label the pull request `testdriver.js`. (This exemption was introduced by [RFC 127](https://github.com/web-platform-tests/rfcs/blob/master/rfcs/rfc_exemption_testdriver_method.md) and [RFC 182](https://github.com/web-platform-tests/rfcs/blob/master/rfcs/testdriver_bidi.md.md).)
24
+
- Extending testdriver.js with a method that closely matches a [WebDriver](https://w3c.github.io/webdriver/)endpoint. To notify maintainers of testdriver.js vendor integration, label the pull request `testdriver.js`. (This exemption was introduced by [RFC 127](https://github.com/web-platform-tests/rfcs/blob/master/rfcs/rfc_exemption_testdriver_method.md).)
25
25
- Minor changes in behavior in where all call sites are known and accounted
26
26
for.
27
27
- Behavior-preserving refactoring with a low risk of regressions.
0 commit comments