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:
committed by
Facebook Github Bot
parent
d44a6d936f
commit
b1a7f2b4d9
@@ -156,9 +156,7 @@ function setupTestTree(e, parent, node, genericNode, nodeName, parentName, index
|
|||||||
style == 'width' ||
|
style == 'width' ||
|
||||||
style == 'height')) {
|
style == 'height')) {
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
var DEFAULT_STYLES = Object.create }
|
|
||||||
|
|
||||||
if (!isDefaultStyleValue(style, node.style[style])) {
|
if (!isDefaultStyleValue(style, node.style[style])) {
|
||||||
switch (style) {
|
switch (style) {
|
||||||
|
Reference in New Issue
Block a user