1
0
Fork 0
firefox/testing/web-platform/tests/ecmascript
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
locale-compat.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
regexp-lookbehind.html Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

ECMAScript tests

This directory contains tests related to the ECMA-262 and ECMA-402 specifications.

Although these specifications are already covered through Test262, occasionally its useful to have Web Platform Tests coverage for a subset of ECMAScript functionality. Examples include:

  • Any functionality that ECMAScript specifies as “implementation-defined” despite Web Compatibility requiring specific semantics. (example)
  • Any ECMAScript functionality that needs to be reported via wpt.fyi (for example, because its included in Interop 2023).