Lines Matching refs:html
231 * Tests elements tree has an "HTML" root.
236 this.assertEquals("HTML", doc.documentElement.nodeName);
251 this.assertEquals("simple_page.html", tokens.join(","));
265 test.assertEquals("simple_page.html", payload.lastPathComponent);
290 var html = false;
298 if (resource.url.search("image.html$") !== -1) {
302 "image.html content length is greater thatn expected.");
304 html = true;
313 if (html && png) {
405 test.assertEquals("text/html", payload.mimeType);
473 this._waitUntilScriptsAreParsed(["debugger_test_page.html$"],
505 if (url && url.search("debugger_test_page.html$") !== -1) {
515 test.assertTrue(test._scriptsAreParsed(["debugger_test_page.html$"]), "Inspected script not found in the scripts list");
533 html$", "simple_content_script.js$"],
571 test.assertTrue(test._scriptsAreParsed(["debugger_test_page.html$"]), "Some scripts are missing.");
587 ["debugger_test_page.html$"],
609 this._waitUntilScriptsAreParsed(["debugger_test_page.html"],
612 "debugger_test_page.html",
646 this._executeCodeWhenScriptsAreParsed("handleClick()", ["pause_on_exception.html$"]);
760 * Ensures that main HTML resource is selected in Scripts panel and that its
797 test.assertTrue(scriptResource.url.search(scriptName + "$") !== -1, "Main HTML resource should be selected.");
868 "debugger_test_page.html",
916 this._executeCodeWhenScriptsAreParsed("handleClick()", ["completion_on_pause.html$"]);
977 if (options[i].text.search("script_syntax_error.html$") !== -1)
1176 this._executeCodeWhenScriptsAreParsed("a()", ["debugger_step.html$", "debugger_step.js$"]);
1440 this._executeCodeWhenScriptsAreParsed("handleClick()", ["debugger_closure.html$"]);
1554 this._executeCodeWhenScriptsAreParsed("handleClick()", ["debugger_intrinsic_properties.html$"]);
1730 var expectation = (opt_count || '') + 'console_test_page.html:' + line + message;
1755 assertNext("39", "<html>", "log-level", "", true);