tree: 79aa3f50af1919d8c098077519bf67b9133279c7
  1. css-module/
  2. css-module-assertions/
  3. execution-timing/
  4. fetch-src/
  5. import-assertions/
  6. import-attributes/
  7. json-module/
  8. json-module-assertions/
  9. microtasks/
  10. module/
  11. moving-between-documents/
  12. resources/
  13. support/
  14. async_001.htm
  15. async_002.htm
  16. async_003.htm
  17. async_004.htm
  18. async_005.htm
  19. async_006.htm
  20. async_007.htm
  21. async_008.htm
  22. async_009.htm
  23. async_010.htm
  24. async_011.htm
  25. cacheable-script-throw.py
  26. data-url.html
  27. defer.js
  28. emptyish-script-elements.html
  29. external-script-utf8.js
  30. external-script-windows1250.js
  31. historical.html
  32. is-module-goal.mjs
  33. is-script-goal.js
  34. load-error-events-1.html
  35. load-error-events-2.html
  36. load-error-events-3.html
  37. log.py
  38. moving-between-documents-during-evaluation.html
  39. muted-errors-iframe.html
  40. muted-errors.sub.html
  41. nomodule-reflect.html
  42. nomodule-set-on-async-classic-script.html
  43. nomodule-set-on-external-module-script.html
  44. nomodule-set-on-inline-classic-scripts.html
  45. nomodule-set-on-inline-module-script.html
  46. nomodule-set-on-synchronously-loaded-classic-scripts.html
  47. promise-reject-and-remove.html
  48. README.md
  49. script-charset-01.html
  50. script-charset-02.html
  51. script-charset-03.html
  52. script-crossorigin-network.sub.html
  53. script-crossorigin.html
  54. script-defer-xhtml.xhtml
  55. script-defer.html
  56. script-for-event-xhtml.xhtml
  57. script-for-event.html
  58. script-noembed-noframes-iframe.xhtml
  59. script-not-executed-after-shutdown-child.html
  60. script-not-executed-after-shutdown.html
  61. script-not-executed-after-shutdown.js
  62. script-not-found-not-executed-2.py
  63. script-not-found-not-executed.html
  64. script-not-found-not-executed.py
  65. script-onerror-insertion-point-1.html
  66. script-onerror-insertion-point-2.html
  67. script-onload-insertion-point.html
  68. script-onload-string.html
  69. script-referrerpolicy-idl.html
  70. script-supports.html
  71. script-text-modifications-csp.html
  72. script-text-modifications.html
  73. script-text-xhtml.xhtml
  74. script-text.html
  75. script-type-and-language-empty.html
  76. script-type-and-language-js-svg.svg
  77. script-type-and-language-js-xhtml.xhtml
  78. script-type-and-language-js.html
  79. script-type-and-language-with-params.html
  80. script-type-whitespace.html
  81. scripting-enabled.html
  82. serve-json-then-js.py
  83. serve-with-content-type.py
html/semantics/scripting-1/the-script-element/README.md

Script tests

Import attributes & JSON/CSS modules

The import attributes proposal changed the keyword from assert to with, after that it was already been implemented and shipped in some browsers. Thus, there are some implementations that only support the assert syntax and others that only support the with syntax.

For this reason, the import attributes, JSON modules and CSS modules are duplicated to use both keywords:

with keywordassert keyword
./import-attributes./import-assertions
./json-module./json-module-assertions
./css-module./css-module-assertions

All changes in one folder should be reflected in the corresponding folder, because the two syntaxes have the same semantics.

The web compatibility of removing the assert keyword is being investigated. If it will be deemed feasible, it will be removed from the proposal and the assert tests can be deleted.