HomeSort by relevance Sort by last modified time
    Searched refs:convert_html (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py 80 converted = converter.convert_html('/nothing/to/convert', test_html, DUMMY_FILENAME)
97 converted = converter.convert_html(fake_dir_path, test_html, DUMMY_FILENAME)
128 converted = converter.convert_html(fake_dir_path, test_content[1], DUMMY_FILENAME)
163 converted = converter.convert_html(fake_dir_path, test_content[1], DUMMY_FILENAME)
test_converter.py 88 return self.convert_html(new_path, contents, filename)
93 def convert_html(self, new_path, contents, filename): member in class:W3CTestConverter

Completed in 36 milliseconds