Files
tubestation/testing/web-platform/tests/ecmascript/README.md
Mathias Bynens 9f4095f993 Bug 1851139 [wpt PR 41760] - Test Web Compatibility requirements for implementation-defined locale-specific ECMAScript APIs, a=testonly
Automatic update from web-platform-tests
Test Web Compatibility requirements for implementation-defined locale-specific ECMAScript APIs (#41760)

--

wpt-commits: bef6fe410892d126e405fe7b6368a9dd7990a314
wpt-pr: 41760
2023-09-13 11:39:59 +00:00

767 B
Raw Blame History

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).