@@ -334,14 +334,10 @@ public void newImage() throws Exception {
334334 @ Test
335335 @ Alerts (DEFAULT = {"left" , "right" , "center" , "justify" , "bottom" , "middle" ,
336336 "top" , "absbottom" , "absmiddle" , "baseline" , "texttop" , "wrong" , "" },
337- FF = {"left" , "right" , "middle" , "justify" , "bottom" , "middle" ,
338- "top" , "absbottom" , "absmiddle" , "bottom" , "texttop" , "wrong" , "" },
339337 FF_ESR = {"left" , "right" , "middle" , "justify" , "bottom" , "middle" ,
340338 "top" , "absbottom" , "absmiddle" , "bottom" , "texttop" , "wrong" , "" })
341- @ HtmlUnitNYI (FF = {"left" , "right" , "center" , "justify" , "bottom" , "middle" ,
342- "top" , "absbottom" , "absmiddle" , "baseline" , "texttop" , "wrong" , "" },
343- FF_ESR = {"left" , "right" , "center" , "justify" , "bottom" , "middle" ,
344- "top" , "absbottom" , "absmiddle" , "baseline" , "texttop" , "wrong" , "" })
339+ @ HtmlUnitNYI (FF_ESR = {"left" , "right" , "center" , "justify" , "bottom" , "middle" ,
340+ "top" , "absbottom" , "absmiddle" , "baseline" , "texttop" , "wrong" , "" })
345341 public void getAlign () throws Exception {
346342 final String html = DOCTYPE_HTML
347343 + "<html><body>\n "
@@ -376,14 +372,10 @@ public void getAlign() throws Exception {
376372 @ Test
377373 @ Alerts (DEFAULT = {"CenTer" , "8" , "foo" , "left" , "right" , "center" , "justify" ,
378374 "bottom" , "middle" , "top" , "absbottom" , "absmiddle" , "baseline" , "texttop" },
379- FF = {"CenTer" , "8" , "foo" , "left" , "right" , "middle" , "justify" ,
380- "bottom" , "middle" , "top" , "absbottom" , "absmiddle" , "bottom" , "texttop" },
381375 FF_ESR = {"CenTer" , "8" , "foo" , "left" , "right" , "middle" , "justify" ,
382376 "bottom" , "middle" , "top" , "absbottom" , "absmiddle" , "bottom" , "texttop" })
383- @ HtmlUnitNYI (FF = {"CenTer" , "8" , "foo" , "left" , "right" , "center" , "justify" ,
384- "bottom" , "middle" , "top" , "absbottom" , "absmiddle" , "baseline" , "texttop" },
385- FF_ESR = {"CenTer" , "8" , "foo" , "left" , "right" , "center" , "justify" ,
386- "bottom" , "middle" , "top" , "absbottom" , "absmiddle" , "baseline" , "texttop" })
377+ @ HtmlUnitNYI (FF_ESR = {"CenTer" , "8" , "foo" , "left" , "right" , "center" , "justify" ,
378+ "bottom" , "middle" , "top" , "absbottom" , "absmiddle" , "baseline" , "texttop" })
387379 public void setAlign () throws Exception {
388380 final String html = DOCTYPE_HTML
389381 + "<html><body>\n "
0 commit comments