Exemple #1
0
 def CreateExpectations(self, page_set):
     return webgl_conformance_expectations.WebGLConformanceExpectations()
Exemple #2
0
 def CreateExpectations(self):
     return webgl_conformance_expectations.WebGLConformanceExpectations(
         conformance_path)
Exemple #3
0
 def GetExpectations(self):
     if not self._cached_expectations:
         self._cached_expectations = (
             webgl_conformance_expectations.WebGLConformanceExpectations(
                 conformance_path))
     return self._cached_expectations