|
7148 | 7148 | | `name=(null)`| (initial)| `<null>` |
|
7149 | 7149 | | `name=(undefined)`| (initial)| `<null>` |
|
7150 | 7150 |
|
7151 |
| -## `nonce` (on `<div>` inside `<div>`) |
7152 |
| -| Test Case | Flags | Result | |
7153 |
| -| --- | --- | --- | |
7154 |
| -| `nonce=(string)`| (changed)| `"a string"` | |
7155 |
| -| `nonce=(empty string)`| (changed)| `<empty string>` | |
7156 |
| -| `nonce=(array with string)`| (changed)| `"string"` | |
7157 |
| -| `nonce=(empty array)`| (changed)| `<empty string>` | |
7158 |
| -| `nonce=(object)`| (changed)| `"result of toString()"` | |
7159 |
| -| `nonce=(numeric string)`| (changed)| `"42"` | |
7160 |
| -| `nonce=(-1)`| (changed)| `"-1"` | |
7161 |
| -| `nonce=(0)`| (changed)| `"0"` | |
7162 |
| -| `nonce=(integer)`| (changed)| `"1"` | |
7163 |
| -| `nonce=(NaN)`| (changed, warning)| `"NaN"` | |
7164 |
| -| `nonce=(float)`| (changed)| `"99.99"` | |
7165 |
| -| `nonce=(true)`| (initial, warning)| `<null>` | |
7166 |
| -| `nonce=(false)`| (initial, warning)| `<null>` | |
7167 |
| -| `nonce=(string 'true')`| (changed)| `"true"` | |
7168 |
| -| `nonce=(string 'false')`| (changed)| `"false"` | |
7169 |
| -| `nonce=(string 'on')`| (changed)| `"on"` | |
7170 |
| -| `nonce=(string 'off')`| (changed)| `"off"` | |
7171 |
| -| `nonce=(symbol)`| (initial, warning)| `<null>` | |
7172 |
| -| `nonce=(function)`| (initial, warning)| `<null>` | |
7173 |
| -| `nonce=(null)`| (initial)| `<null>` | |
7174 |
| -| `nonce=(undefined)`| (initial)| `<null>` | |
7175 |
| - |
7176 | 7151 | ## `noModule` (on `<script>` inside `<div>`)
|
7177 | 7152 | | Test Case | Flags | Result |
|
7178 | 7153 | | --- | --- | --- |
|
|
7198 | 7173 | | `noModule=(null)`| (initial)| `<boolean: false>` |
|
7199 | 7174 | | `noModule=(undefined)`| (initial)| `<boolean: false>` |
|
7200 | 7175 |
|
| 7176 | +## `nonce` (on `<div>` inside `<div>`) |
| 7177 | +| Test Case | Flags | Result | |
| 7178 | +| --- | --- | --- | |
| 7179 | +| `nonce=(string)`| (changed)| `"a string"` | |
| 7180 | +| `nonce=(empty string)`| (changed)| `<empty string>` | |
| 7181 | +| `nonce=(array with string)`| (changed)| `"string"` | |
| 7182 | +| `nonce=(empty array)`| (changed)| `<empty string>` | |
| 7183 | +| `nonce=(object)`| (changed)| `"result of toString()"` | |
| 7184 | +| `nonce=(numeric string)`| (changed)| `"42"` | |
| 7185 | +| `nonce=(-1)`| (changed)| `"-1"` | |
| 7186 | +| `nonce=(0)`| (changed)| `"0"` | |
| 7187 | +| `nonce=(integer)`| (changed)| `"1"` | |
| 7188 | +| `nonce=(NaN)`| (changed, warning)| `"NaN"` | |
| 7189 | +| `nonce=(float)`| (changed)| `"99.99"` | |
| 7190 | +| `nonce=(true)`| (initial, warning)| `<null>` | |
| 7191 | +| `nonce=(false)`| (initial, warning)| `<null>` | |
| 7192 | +| `nonce=(string 'true')`| (changed)| `"true"` | |
| 7193 | +| `nonce=(string 'false')`| (changed)| `"false"` | |
| 7194 | +| `nonce=(string 'on')`| (changed)| `"on"` | |
| 7195 | +| `nonce=(string 'off')`| (changed)| `"off"` | |
| 7196 | +| `nonce=(symbol)`| (initial, warning)| `<null>` | |
| 7197 | +| `nonce=(function)`| (initial, warning)| `<null>` | |
| 7198 | +| `nonce=(null)`| (initial)| `<null>` | |
| 7199 | +| `nonce=(undefined)`| (initial)| `<null>` | |
| 7200 | + |
7201 | 7201 | ## `noValidate` (on `<form>` inside `<div>`)
|
7202 | 7202 | | Test Case | Flags | Result |
|
7203 | 7203 | | --- | --- | --- |
|
|
0 commit comments