|
7173 | 7173 | | `nonce=(null)`| (initial)| `<null>` | |
7174 | 7174 | | `nonce=(undefined)`| (initial)| `<null>` | |
7175 | 7175 |
|
| 7176 | +## `noModule` (on `<script>` inside `<div>`) |
| 7177 | +| Test Case | Flags | Result | |
| 7178 | +| --- | --- | --- | |
| 7179 | +| `noModule=(string)`| (changed)| `<boolean: true>` | |
| 7180 | +| `noModule=(empty string)`| (initial)| `<boolean: false>` | |
| 7181 | +| `noModule=(array with string)`| (changed)| `<boolean: true>` | |
| 7182 | +| `noModule=(empty array)`| (changed)| `<boolean: true>` | |
| 7183 | +| `noModule=(object)`| (changed)| `<boolean: true>` | |
| 7184 | +| `noModule=(numeric string)`| (changed)| `<boolean: true>` | |
| 7185 | +| `noModule=(-1)`| (changed)| `<boolean: true>` | |
| 7186 | +| `noModule=(0)`| (initial)| `<boolean: false>` | |
| 7187 | +| `noModule=(integer)`| (changed)| `<boolean: true>` | |
| 7188 | +| `noModule=(NaN)`| (initial, warning)| `<boolean: false>` | |
| 7189 | +| `noModule=(float)`| (changed)| `<boolean: true>` | |
| 7190 | +| `noModule=(true)`| (changed)| `<boolean: true>` | |
| 7191 | +| `noModule=(false)`| (initial)| `<boolean: false>` | |
| 7192 | +| `noModule=(string 'true')`| (changed)| `<boolean: true>` | |
| 7193 | +| `noModule=(string 'false')`| (changed)| `<boolean: true>` | |
| 7194 | +| `noModule=(string 'on')`| (changed)| `<boolean: true>` | |
| 7195 | +| `noModule=(string 'off')`| (changed)| `<boolean: true>` | |
| 7196 | +| `noModule=(symbol)`| (initial, warning)| `<boolean: false>` | |
| 7197 | +| `noModule=(function)`| (initial, warning)| `<boolean: false>` | |
| 7198 | +| `noModule=(null)`| (initial)| `<boolean: false>` | |
| 7199 | +| `noModule=(undefined)`| (initial)| `<boolean: false>` | |
| 7200 | + |
7176 | 7201 | ## `noValidate` (on `<form>` inside `<div>`) |
7177 | 7202 | | Test Case | Flags | Result | |
7178 | 7203 | | --- | --- | --- | |
|
0 commit comments