hasVisibleColorAndStyle 1320 Source/core/rendering/RenderBoxModelObject.cpp     bool shouldRender() const { return isPresent && width && hasVisibleColorAndStyle(); }
hasVisibleColorAndStyle 1321 Source/core/rendering/RenderBoxModelObject.cpp     bool presentButInvisible() const { return usedWidth() && !hasVisibleColorAndStyle(); }