Home | History | Annotate | Download | only in layout_tests

Lines Matching refs:new_file

537         new_file = get_result_file_fullpath(self._filesystem, self._options.html_directory,
539 self._filesystem.copyfile(baseline_fullpath, new_file)
541 baseline_fullpath, new_file)
679 new_file = get_result_file_fullpath(self._filesystem, self._html_directory,
681 _log.info(' New baseline file: "%s"', new_file)
682 if not self._filesystem.exists(new_file):
683 _log.info(' No new baseline file: "%s"', new_file)
703 links += html_td_link % {'uri': self.abspath_to_uri(new_file),