From f1b5f271f8f59d762077ab053fc3edf60c66baa7 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 7 Aug 2018 19:12:49 +0100 Subject: [PATCH 1/3] Update table for React 16.3 --- .../AttributeTableSnapshot.md | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/fixtures/attribute-behavior/AttributeTableSnapshot.md b/fixtures/attribute-behavior/AttributeTableSnapshot.md index bc06fde0cb66c..20ad4d0360b2b 100644 --- a/fixtures/attribute-behavior/AttributeTableSnapshot.md +++ b/fixtures/attribute-behavior/AttributeTableSnapshot.md @@ -7148,31 +7148,6 @@ | `name=(null)`| (initial)| `` | | `name=(undefined)`| (initial)| `` | -## `nonce` (on `
` inside `
`) -| Test Case | Flags | Result | -| --- | --- | --- | -| `nonce=(string)`| (changed)| `"a string"` | -| `nonce=(empty string)`| (changed)| `` | -| `nonce=(array with string)`| (changed)| `"string"` | -| `nonce=(empty array)`| (changed)| `` | -| `nonce=(object)`| (changed)| `"result of toString()"` | -| `nonce=(numeric string)`| (changed)| `"42"` | -| `nonce=(-1)`| (changed)| `"-1"` | -| `nonce=(0)`| (changed)| `"0"` | -| `nonce=(integer)`| (changed)| `"1"` | -| `nonce=(NaN)`| (changed, warning)| `"NaN"` | -| `nonce=(float)`| (changed)| `"99.99"` | -| `nonce=(true)`| (initial, warning)| `` | -| `nonce=(false)`| (initial, warning)| `` | -| `nonce=(string 'true')`| (changed)| `"true"` | -| `nonce=(string 'false')`| (changed)| `"false"` | -| `nonce=(string 'on')`| (changed)| `"on"` | -| `nonce=(string 'off')`| (changed)| `"off"` | -| `nonce=(symbol)`| (initial, warning)| `` | -| `nonce=(function)`| (initial, warning)| `` | -| `nonce=(null)`| (initial)| `` | -| `nonce=(undefined)`| (initial)| `` | - ## `noModule` (on `