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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter.py 96 converted_properties_and_content = self.convert_prefixed_properties(doc, filename)
136 def convert_prefixed_properties(self, doc, filename): member in class:W3CTestConverter
test_converter_unittest.py 196 """ Tests convert_prefixed_properties() file that has 20 properties requiring the -webkit- prefix:
265 converted = converter.convert_prefixed_properties(BeautifulSoup(test_content[1]), DUMMY_FILENAME)

Completed in 383 milliseconds