summaryrefslogtreecommitdiffstats
path: root/dom/html/test/test_script_module.html
Commit message (Collapse)AuthorAgeLines
* Bug 1330900 - Implement <script nomodule>wolfbeast2018-07-10-0/+56
This patch implements: - noModule getter/setter for HTMLScriptElement - the nomodule attribute for HTMLScriptElement - the logic in nsScriptLoader that denies the loading of a nomodule script - tests Tag #618