[Issue(IssueTracker.Bugzilla, 37431, "NavigationRenderer sets Status Bar Style arbitrarily", PlatformAffected.iOS)]
publicclassBugzilla37431:TestNavigationPage
{
protectedoverridevoidInit()
{
BarBackgroundColor=Color.White;
BarTextColor=Color.GhostWhite;
PushAsync(newContentPage()
{
Content=newLabel{Text="If the status bar text is black, this test has passed. If it is unreadable (i.e., white text on white background), this test has failed."},