@@ -361,28 +361,32 @@ public void sectionWithUnknownClosingTag() throws Exception {
361361 * @throws Exception if an error occurs
362362 */
363363 @ Test
364- @ Alerts ({"4" , "#text:\\ n\\ s\\ s" , "A:null" , "DIV:null" , "#text:Z\\ n\\ n\\ n" , "3" ,
365- "innerDiv" , "BODY:null" , "3" , "A:null" , "A:null" , "#text:Y" ,
366- "outerA" , "BODY:null" , "1" , "#text:V" , "true" , "false" ,
367- "outerA" , "DIV:null" , "1" , "#text:W" , "false" , "false" ,
368- "innerA" , "DIV:null" , "1" , "#text:X" , "false" , "true" })
364+ @ Alerts ({"4" , "#text:\\ n\\ s\\ s" , "A:null" , "DIV:null" , "#text:Z\\ n\\ n\\ n" ,
365+ "3" , "innerDiv" , "BODY:null" , "3" , "A:null" , "A:null" , "#text:Y" ,
366+ "outerA" , "BODY:null" , "1" , "#text:V" , "true" , "false" ,
367+ "outerA" , "DIV:null" , "1" , "#text:W" , "false" , "false" ,
368+ "innerA" , "DIV:null" , "1" , "#text:X" , "false" , "true" })
369369 @ HtmlUnitNYI (
370- CHROME = {"4" , "#text:\\ n\\ s\\ s" , "A:null" , "A :null" , "#text:YZ \\ n\\ n" ,
371- "2 " , "innerDiv" , "A:null" , "1" , "#text:W" , "TypeError" ,
370+ CHROME = {"4" , "#text:\\ n\\ s\\ s" , "A:null" , "DIV :null" , "#text:Z \\ n\\ n" ,
371+ "3 " , "innerDiv" , "A:null" , "1" , "#text:W" , "TypeError" ,
372372 "outerA" , "BODY:null" , "2" , "#text:V" , "true" , "false" ,
373- "innerA" , "BODY:null" , "1" , "#text:X" , "false" , "true" , "TypeError" },
374- EDGE = {"4" , "#text:\\ n\\ s\\ s" , "A:null" , "A:null" , "#text:YZ\\ n\\ n" ,
375- "2" , "innerDiv" , "A:null" , "1" , "#text:W" , "TypeError" ,
373+ "outerA" , "DIV:null" , "0" , "TypeError" ,
374+ "innerA" , "DIV:null" , "1" , "#text:X" , "false" , "true" },
375+ EDGE = {"4" , "#text:\\ n\\ s\\ s" , "A:null" , "DIV:null" , "#text:Z\\ n\\ n" ,
376+ "3" , "innerDiv" , "A:null" , "1" , "#text:W" , "TypeError" ,
376377 "outerA" , "BODY:null" , "2" , "#text:V" , "true" , "false" ,
377- "innerA" , "BODY:null" , "1" , "#text:X" , "false" , "true" , "TypeError" },
378- FF = {"4" , "#text:\\ n\\ s\\ s" , "A:null" , "A:null" , "#text:YZ\\ n\\ n" ,
379- "2" , "innerDiv" , "A:null" , "1" , "#text:W" , "TypeError" ,
378+ "outerA" , "DIV:null" , "0" , "TypeError" ,
379+ "innerA" , "DIV:null" , "1" , "#text:X" , "false" , "true" },
380+ FF = {"4" , "#text:\\ n\\ s\\ s" , "A:null" , "DIV:null" , "#text:Z\\ n\\ n" ,
381+ "3" , "innerDiv" , "A:null" , "1" , "#text:W" , "TypeError" ,
380382 "outerA" , "BODY:null" , "2" , "#text:V" , "true" , "false" ,
381- "innerA" , "BODY:null" , "1" , "#text:X" , "false" , "true" , "TypeError" },
382- FF_ESR = {"4" , "#text:\\ n\\ s\\ s" , "A:null" , "A:null" , "#text:YZ\\ n\\ n" ,
383- "2" , "innerDiv" , "A:null" , "1" , "#text:W" , "TypeError" ,
383+ "outerA" , "DIV:null" , "0" , "TypeError" ,
384+ "innerA" , "DIV:null" , "1" , "#text:X" , "false" , "true" },
385+ FF_ESR = {"4" , "#text:\\ n\\ s\\ s" , "A:null" , "DIV:null" , "#text:Z\\ n\\ n" ,
386+ "3" , "innerDiv" , "A:null" , "1" , "#text:W" , "TypeError" ,
384387 "outerA" , "BODY:null" , "2" , "#text:V" , "true" , "false" ,
385- "innerA" , "BODY:null" , "1" , "#text:X" , "false" , "true" , "TypeError" })
388+ "outerA" , "DIV:null" , "0" , "TypeError" ,
389+ "innerA" , "DIV:null" , "1" , "#text:X" , "false" , "true" })
386390 // Input:
387391 // <a id="outerA">V<div id="innerDiv">W<a id="innerA">X</a>Y</div>Z</a>
388392 // CHROME and IE generate:
0 commit comments