()
| 17 | })(); |
| 18 | |
| 19 | function assertBidiIsEnabled(){ |
| 20 | if (!features.includes('bidi')) { |
| 21 | throw new Error( |
| 22 | "`?feature=bidi` is missing when importing testdriver.js but the test is using WebDriver BiDi APIs"); |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | function assertTestIsTentative(){ |
| 27 | const testPath = location.pathname; |