From bbdfc2800204112be38d9ae0367ae9c11c80868f Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 7 Dec 2016 15:34:32 -0800 Subject: [PATCH] Updated tests-passing --- scripts/fiber/tests-passing.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt index 075e8c94af..8a2ed7f473 100644 --- a/scripts/fiber/tests-passing.txt +++ b/scripts/fiber/tests-passing.txt @@ -603,6 +603,7 @@ src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js * should clear all the styles when removing `style` * should update styles when `style` changes from null to object * should not reset innerHTML for when children is null +* should reset innerHTML when switching from a direct text child to an empty child * should empty element when removing innerHTML * should transition from string content to innerHTML * should transition from innerHTML to string content