Searched refs:test_js (Results 1 – 4 of 4) sorted by relevance
75 std::string test_js; in RunTestsInFile() local76 ASSERT_TRUE(base::ReadFileToString(test_data_dir, &test_js)); in RunTestsInFile()77 ASSERT_TRUE(content::ExecuteScript(contents, test_js)); in RunTestsInFile()
183 std::string test_js; in RegisterTestFile() local184 ASSERT_TRUE(base::ReadFileToString(test_js_file_path, &test_js)); in RegisterTestFile()185 source_map_->RegisterModule(module_name, test_js); in RegisterTestFile()
89 std::string test_js; in RunJavascriptTestF() local
698 std::string test_js = base::StringPrintf( in IN_PROC_BROWSER_TEST_F() local715 browser()->tab_strip_model()->GetActiveWebContents(), test_js, &ok)); in IN_PROC_BROWSER_TEST_F()