From 0f7c89cd97de6ca644a834a119dda1e057fd724e Mon Sep 17 00:00:00 2001 From: John Resig Date: Sat, 24 Mar 2007 02:03:47 +0000 Subject: Added a fix and test for bug #978 (Appending elements into an IFrame, in IE). --- src/selector/selectorTest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/selector') diff --git a/src/selector/selectorTest.js b/src/selector/selectorTest.js index c9cf762a5..fea247ea3 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() { -- cgit v1.2.3