@@ -1361,10 +1361,15 @@ public void applet() throws Exception {
13611361 + "protocol,referrerPolicy,rel,relList,search,shape,target,username",
13621362 FF_ESR = "alt,coords,download,hash,host,hostname,href,noHref,origin,password,pathname,ping,port,"
13631363 + "protocol,referrerPolicy,rel,relList,search,shape,target,username")
1364- @HtmlUnitNYI(CHROME = "alt,coords,rel,relList",
1365- EDGE = "alt,coords,rel,relList",
1366- FF_ESR = "alt,coords,rel,relList",
1367- FF = "alt,coords,rel,relList")
1364+ @HtmlUnitNYI(
1365+ CHROME = "alt,coords,hash,host,hostname,href,origin,password,pathname,port,protocol,"
1366+ + "rel,relList,search,username",
1367+ EDGE = "alt,coords,hash,host,hostname,href,origin,password,pathname,port,protocol,"
1368+ + "rel,relList,search,username",
1369+ FF_ESR = "alt,coords,hash,host,hostname,href,origin,password,pathname,port,protocol,"
1370+ + "rel,relList,search,username",
1371+ FF = "alt,coords,hash,host,hostname,href,origin,password,pathname,port,protocol,"
1372+ + "rel,relList,search,username")
13681373 public void area() throws Exception {
13691374 test("area");
13701375 }
0 commit comments