mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update CSS tests to revision c8ec30de8099360ecf6581035bfdf2180fcc9755
Necessary for: https://github.com/servo/servo/pull/7117
This commit is contained in:
parent
e46499a5df
commit
c51deb9a6e
156 changed files with 13569 additions and 535 deletions
|
@ -40,4 +40,5 @@ class cached_property(object):
|
|||
|
||||
if self.name not in obj.__dict__:
|
||||
obj.__dict__[self.name] = self.func(obj)
|
||||
obj.__dict__.setdefault("__cached_properties__", set()).add(self.name)
|
||||
return obj.__dict__[self.name]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue