mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Auto merge of #13386 - Manishearth:style-testing, r=emilio
Run style tests with all properties included This turns on all properties (including stylo-only ones) when the style unit tests are compiled. This lets us test the parsing of gecko-only properties. These tests can't go in tests/stylo since this introduces dependencies on `Gecko_*` symbols. This method lets us test parsing and serialization of geckolib properties compiled in Servo mode (e.g. using Servo atoms, Servo URLs) r? @emilio <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13386) <!-- Reviewable:end -->
This commit is contained in:
commit
28bce69d24
6 changed files with 20 additions and 7 deletions
|
@ -21,6 +21,7 @@ fn properties_list_json() {
|
|||
.arg(&script)
|
||||
.arg("servo")
|
||||
.arg("html")
|
||||
.arg("regular")
|
||||
.status()
|
||||
.unwrap();
|
||||
assert!(status.success());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue