gentest: Fix editing messup

Summary:
@public

Messed this one up when fixing the test generation script.

Reviewed By: SidharthGuglani

Differential Revision: D14684224

fbshipit-source-id: 2696ce9ff7d825d00c7ad1ab1627a5ffe56d123f
This commit is contained in:
David Aurelio
2019-03-29 10:17:14 -07:00
committed by Facebook Github Bot
parent d44a6d936f
commit b1a7f2b4d9

View File

@@ -156,9 +156,7 @@ function setupTestTree(e, parent, node, genericNode, nodeName, parentName, index
style == 'width' ||
style == 'height')) {
continue;
var DEFAULT_STYLES = Object.create }
}
if (!isDefaultStyleValue(style, node.style[style])) {
switch (style) {