Home | History | Annotate | Download | only in js

Lines Matching refs:scriptName

580             var scriptName = options[i].text;
582 test.assertTrue(scriptName !== options[j].text, "Found script duplicates: " + test.optionsToString_(options));
765 TestSuite.prototype.showMainPageScriptSource_ = function(scriptName, callback)
776 if (options[scriptSelect.selectedIndex].text === scriptName)
781 if (options[i].text === scriptName) {
786 test.assertTrue(-1 !== pageScriptIndex, "Script with url " + scriptName + " not found among " + test.optionsToString_(options));
797 test.assertTrue(scriptResource.url.search(scriptName + "$") !== -1, "Main HTML resource should be selected.");