Fix type attribute for module script not in case insensitive issue (#30206)

* fix(htmlscriptelement): Make sure type for module is in case insensitive

* fix(htmlscripthtml): Remove related .ini file since the tests are passed
This commit is contained in:
Li-Hsuan Hsieh 2023-08-26 02:28:51 +08:00 committed by GitHub
parent 88208024c6
commit 42c705b4ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 15 deletions

View file

@ -1,7 +0,0 @@
[type.html]
[type="MODULE"]
expected: FAIL
[type="Module"]
expected: FAIL