Skip to content

Commit f1b5f27

Browse files
committed
Update table for React 16.3
1 parent 3b3b7fc commit f1b5f27

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

fixtures/attribute-behavior/AttributeTableSnapshot.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7148,31 +7148,6 @@
71487148
| `name=(null)`| (initial)| `<null>` |
71497149
| `name=(undefined)`| (initial)| `<null>` |
71507150

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-
71767151
## `noModule` (on `<script>` inside `<div>`)
71777152
| Test Case | Flags | Result |
71787153
| --- | --- | --- |
@@ -7198,6 +7173,31 @@
71987173
| `noModule=(null)`| (initial)| `<boolean: false>` |
71997174
| `noModule=(undefined)`| (initial)| `<boolean: false>` |
72007175

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+
72017201
## `noValidate` (on `<form>` inside `<div>`)
72027202
| Test Case | Flags | Result |
72037203
| --- | --- | --- |

0 commit comments

Comments
 (0)