Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations.py218 _expectation_tokens = { variable in TestExpectationParser
233 …_inverted_expectation_tokens = dict([(value, name) for name, value in _expectation_tokens.iteritem…
320 if token not in cls._expectation_tokens:
324 expectations.append(cls._expectation_tokens.get(token, token))