gecko-dev/dom/worklet/tests
Karl Tomlinson 7d40632022 Bug 1473463 evaluate worklet scripts as modules without support for nested import r=baku
The separation of parse and evaluate steps permits implementation of behavior
on unhandled exception during evaluation that is different from that on
parsing error.

Implementation of fetching a complete module script graph is tracked in
https://bugzilla.mozilla.org/show_bug.cgi?id=1572644

Differential Revision: https://phabricator.services.mozilla.com/D41339

--HG--
extra : moz-landing-system : lando
2019-08-13 11:10:23 +00:00
..
.eslintrc.js
common.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
mochitest.ini
server_import_with_cache.sjs
test_audioWorklet.html Bug 1544322 - Part 2.2 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in dom/ r=bzbarsky 2019-04-16 03:53:28 +00:00
test_audioWorkletGlobalScopeRegisterProcessor.html Bug 1544322 - Part 2.2 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in dom/ r=bzbarsky 2019-04-16 03:53:28 +00:00
test_audioWorklet_insecureContext.html Bug 1544322 - Part 2.2 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in dom/ r=bzbarsky 2019-04-16 03:53:28 +00:00
test_basic.html Bug 1544322 - Part 2.2 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in dom/ r=bzbarsky 2019-04-16 03:53:28 +00:00
test_console.html Bug 1571622 test for absolute URL in worklet script console logging r=baku 2019-08-06 09:06:51 +00:00
test_dump.html Bug 1544322 - Part 2.2 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in dom/ r=bzbarsky 2019-04-16 03:53:28 +00:00
test_exception.html Bug 1473463 evaluate worklet scripts as modules without support for nested import r=baku 2019-08-13 11:10:23 +00:00
test_import_with_cache.html Bug 1544322 - Part 2.2 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in dom/ r=bzbarsky 2019-04-16 03:53:28 +00:00
test_paintWorklet.html Bug 1544322 - Part 2.2 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in dom/ r=bzbarsky 2019-04-16 03:53:28 +00:00
worklet_audioWorklet.js Bug 1473463 use globalThis in worklet tests because |this| is undefined in toplevel module script r=baku 2019-08-12 11:46:02 +00:00
worklet_console.js
worklet_dump.js
worklet_exception.js
worklet_paintWorklet.js Bug 1473463 use globalThis in worklet tests because |this| is undefined in toplevel module script r=baku 2019-08-12 11:46:02 +00:00
worklet_test_audioWorkletGlobalScopeRegisterProcessor.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00