@@ -800,8 +800,8 @@ private void getVisibleTextWhiteSpaceTitle(final String whiteSpace) throws Excep
800800 */
801801 @ Test
802802 @ Alerts (DEFAULT = "A B C D EF G H I\n Second" ,
803- CHROME = " A B C D EF G H I \n Second\n " ,
804- EDGE = " A B C D EF G H I \n Second\n " )
803+ CHROME = " A B C D EF G H\n I \n Second\n " ,
804+ EDGE = " A B C D EF G H\n I \n Second\n " )
805805 @ HtmlUnitNYI (CHROME = "A B C D EF G H I\n Second" ,
806806 EDGE = "A B C D EF G H I\n Second" )
807807 public void getVisibleTextWhiteSpaceSelect () throws Exception {
@@ -813,7 +813,11 @@ public void getVisibleTextWhiteSpaceSelect() throws Exception {
813813 * @throws Exception if the test fails
814814 */
815815 @ Test
816- @ Alerts ("A B C D EF G H I\n Second" )
816+ @ Alerts (DEFAULT = "A B C D EF G H\n I\n Second" ,
817+ FF = "A B C D EF G H I\n Second" ,
818+ FF_ESR = "A B C D EF G H I\n Second" )
819+ @ HtmlUnitNYI (CHROME = "A B C D EF G H I\n Second" ,
820+ EDGE = "A B C D EF G H I\n Second" )
817821 public void getVisibleTextWhiteSpaceSelectNormal () throws Exception {
818822 getVisibleTextWhiteSpaceSelect ("normal" );
819823 }
@@ -823,7 +827,11 @@ public void getVisibleTextWhiteSpaceSelectNormal() throws Exception {
823827 * @throws Exception if the test fails
824828 */
825829 @ Test
826- @ Alerts ("A B C D EF G H I\n Second" )
830+ @ Alerts (DEFAULT = "A B C D EF G H\n I\n Second" ,
831+ FF = "A B C D EF G H I\n Second" ,
832+ FF_ESR = "A B C D EF G H I\n Second" )
833+ @ HtmlUnitNYI (CHROME = "A B C D EF G H I\n Second" ,
834+ EDGE = "A B C D EF G H I\n Second" )
827835 public void getVisibleTextWhiteSpaceSelectNowrap () throws Exception {
828836 getVisibleTextWhiteSpaceSelect ("nowrap" );
829837 }
@@ -833,7 +841,7 @@ public void getVisibleTextWhiteSpaceSelectNowrap() throws Exception {
833841 * @throws Exception if the test fails
834842 */
835843 @ Test
836- @ Alerts (DEFAULT = " A B C D EF G H I \n Second\n " ,
844+ @ Alerts (DEFAULT = " A B C D EF G H\n I \n Second\n " ,
837845 FF = "A B C D EF G H I\n Second" ,
838846 FF_ESR = "A B C D EF G H I\n Second" )
839847 @ HtmlUnitNYI (CHROME = " A B C D \n EF\n G \n H I \n Second\n " ,
@@ -849,7 +857,7 @@ public void getVisibleTextWhiteSpaceSelectPre() throws Exception {
849857 * @throws Exception if the test fails
850858 */
851859 @ Test
852- @ Alerts (DEFAULT = " A B C D EF G H I \n Second\n " ,
860+ @ Alerts (DEFAULT = " A B C D EF G H\n I \n Second\n " ,
853861 FF = "A B C D EF G H I\n Second" ,
854862 FF_ESR = "A B C D EF G H I\n Second" )
855863 @ HtmlUnitNYI (CHROME = " A B C D \n EF\n G \n H I \n Second\n " ,
@@ -865,7 +873,9 @@ public void getVisibleTextWhiteSpaceSelectPreWrap() throws Exception {
865873 * @throws Exception if the test fails
866874 */
867875 @ Test
868- @ Alerts ("A B C D EF G H I\n Second" )
876+ @ Alerts (DEFAULT = "A B C D EF G H\n I\n Second" ,
877+ FF = "A B C D EF G H I\n Second" ,
878+ FF_ESR = "A B C D EF G H I\n Second" )
869879 @ HtmlUnitNYI (CHROME = "A B C D \n EF\n G \n H I\n Second" ,
870880 EDGE = "A B C D \n EF\n G \n H I\n Second" ,
871881 FF = "A B C D \n EF\n G \n H I\n Second" ,
0 commit comments