Home
last modified time | relevance | path

Searched refs:_file_with_contents (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase_unittest.py69 def _file_with_contents(self, contents, encoding="utf-8"): member in PortTest
113 actual = self._file_with_contents(u"foo")
114 expected = self._file_with_contents(u"bar")