/** * This test page is for selector tests that address selector issues that have already been addressed in jQuery functions * and which only work because jQuery has hooked into Sizzle. * These tests may or may not fail in an independent Sizzle. */ module("selector - jQuery only", { teardown: moduleTeardown }); /** * Loads an iframe for the selector context * @param {String} fileName - Name of the html file to load * @param {String} name - Test name * @param {Function} fn - Test callback containing the tests to run */ var testIframe = function( fileName, name, fn ) { var loadFixture = function() { // Creates iframe with cache disabled var src = "./data/" + fileName + ".html?" + parseInt( Math.random()*1000, 10 ), iframe = jQuery("