Update CSS tests to revision c8ec30de8099360ecf6581035bfdf2180fcc9755

Necessary for:

https://github.com/servo/servo/pull/7117
This commit is contained in:
Corey Farwell 2015-09-01 14:37:41 -04:00
parent e46499a5df
commit c51deb9a6e
156 changed files with 13569 additions and 535 deletions

View file

@ -1,6 +1,6 @@
from setuptools import setup
PACKAGE_VERSION = '1.2.1'
PACKAGE_VERSION = '1.3.0'
deps = []
setup(name='wptserve',