mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-14 06:52:52 +03:00
CSS white-space-collapse Support in HTML compatibility layer.
This commit is contained in:
@@ -954,7 +954,7 @@ UTEST( UITextNode_EdgeCases, EmptyTextNodesDontAffectLayout ) {
|
||||
if ( child ) {
|
||||
EXPECT_TRUE( child->isTextNode() );
|
||||
UITextNode* textNode = static_cast<UITextNode*>( child );
|
||||
EXPECT_TRUE( textNode->getText().empty() || String::trim( textNode->getText() ).empty() );
|
||||
EXPECT_EQ( textNode->getLayoutCharCount(), (size_t)0 );
|
||||
}
|
||||
|
||||
destroyRichTextScene( sceneNode );
|
||||
|
||||
Reference in New Issue
Block a user