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