summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_script_nomodule.html
Commit message (Collapse)AuthorAgeLines
* Bug 1330900 - Implement <script nomodule>wolfbeast2018-07-10-0/+32
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