Skip to content

Commit 22ad604

Browse files
committed
Tests: Make cross-window jQuery.uniqueSelector tests work in TestSwarm
1 parent b295216 commit 22ad604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/selector/mixed_sort.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
var doc = parent.document,
1313
unframed = [ doc.getElementById( "qunit-fixture" ), doc.body, doc.documentElement ],
1414
framed = jQuery.find( "*" );
15-
top.console.log( unframed );
15+
parent.console.log( unframed );
1616

1717
startIframeTest(
1818
jQuery.uniqueSort( unframed.concat( framed ) ),

0 commit comments

Comments
 (0)