X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=src%2Fselector%2FselectorTest.js;h=fea247ea3642858ea1cbfa91a8210d0f1eef8c9f;hp=c9cf762a57f848d9bc4c0e24295e45e925c12bf4;hb=0f7c89cd97de6ca644a834a119dda1e057fd724e;hpb=7ad613c5e9aaf79666c5de39ebfafad5c46e13b9 diff --git a/src/selector/selectorTest.js b/src/selector/selectorTest.js index c9cf762..fea247e 100644 --- a/src/selector/selectorTest.js +++ b/src/selector/selectorTest.js @@ -144,8 +144,8 @@ test("expressions - basic xpath", function() { t( "Attribute Exists", "//a[@title]", ["google"] ); t( "Attribute Equals", "//a[@rel='bookmark']", ["simon1"] ); t( "Parent Axis", "//p/..", ["main","foo"] ); - t( "Sibling Axis", "//p/../", ["firstp","ap","foo","first","firstUL","empty","form","floatTest","sndp","en","sap"] ); - t( "Sibling Axis", "//p/../*", ["firstp","ap","foo","first","firstUL","empty","form","floatTest","sndp","en","sap"] ); + t( "Sibling Axis", "//p/../", ["firstp","ap","foo","first","firstUL","empty","form","floatTest","iframe","sndp","en","sap"] ); + t( "Sibling Axis", "//p/../*", ["firstp","ap","foo","first","firstUL","empty","form","floatTest","iframe","sndp","en","sap"] ); t( "Has Children", "//p[a]", ["firstp","ap","en","sap"] ); $("#foo").each(function() {