summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBrian Terlson <btthalion@gmail.com>2015-06-25 14:44:34 -0700
committerBrian Terlson <btthalion@gmail.com>2015-06-25 14:44:34 -0700
commite4a25da86ad31831864f0a7211bae939992a7c89 (patch)
tree91c0d86385fc7227bae455b03e86040b1bba48d6 /CONTRIBUTING.md
parentda3747003fde4ee7a1cf737c39d8912ac8b8398b (diff)
parent29ecced632e5021932a3ced8cfec56d79c089cad (diff)
downloadqtdeclarative-testsuites-e4a25da86ad31831864f0a7211bae939992a7c89.tar.gz
Merge pull request #305 from jugglinmike/browser-only-strict
Update browser runner to honor `onlyStrict` flag
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 880337704..850b23b2c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -113,7 +113,7 @@ This tag is used to identify the author of a test case.
This tag is for boolean properties associated with the test.
-- **`onlyStrict`** - only run the test in strict mode (*not supported by the browser runner*)
+- **`onlyStrict`** - only run the test in strict mode
- **`noStrict`** - only run the test in "sloppy" mode
- **`module`** - interpret the source text as [module
code](http://www.ecma-international.org/ecma-262/6.0/#sec-modules)