Run style with all properties enabled

This commit is contained in:
Manish Goregaokar 2016-09-23 09:40:16 +05:30
parent ee3f916b65
commit 919bf17e51
5 changed files with 19 additions and 6 deletions

View file

@ -21,6 +21,7 @@ fn properties_list_json() {
.arg(&script)
.arg("servo")
.arg("html")
.arg("regular")
.status()
.unwrap();
assert!(status.success());