Mention raw flag in test environment section (#3317)

This commit is contained in:
arai-a 2021-11-20 04:12:59 +09:00 committed by GitHub
parent d52b510a33
commit 9f2814f00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ Read the [Test262 Technical Rationale Report](https://github.com/tc39/test262/wi
## Test Environment
Each test case is run in a fresh JavaScript environment; in a browser, this will be a new <iframe>; for a console runner, this will be a new process. The test harness code is loaded before the test is run. The test harness defines the following helper functions:
Each test case is run in a fresh JavaScript environment; in a browser, this will be a new <iframe>; for a console runner, this will be a new process. The test harness code is loaded before the test is run unless the test file has the `raw` flag. The test harness defines the following helper functions:
Function | Purpose
---------|--------