[Issue(IssueTracker.Bugzilla, 44944, "iOS: Text goes outside the bounds of Entry if it can't fit inside", PlatformAffected.iOS)]
publicclassBugzilla44944:TestContentPage
{
protectedoverridevoidInit()
{
Content=newGrid
{
Children=
{
newLabel
{
Text=@"Tap the Entry, type some text, and type anywhere on the screen to dismiss the keyboard. Even though it has a large fontsize (200), the text should not go outside the bounds of the Entry. Instead, it should be clipped by the Entry.",