mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 04:54:44 +02:00
Mention raw flag in test environment section (#3317)
This commit is contained in:
parent
d52b510a33
commit
9f2814f00f
@ -238,7 +238,7 @@ Read the [Test262 Technical Rationale Report](https://github.com/tc39/test262/wi
|
|||||||
|
|
||||||
## Test Environment
|
## 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
|
Function | Purpose
|
||||||
---------|--------
|
---------|--------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user