Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPort existing test suites to servo #242
Closed
Labels
Comments
|
The most useful set of tests to concentrate on are the ones in the W3C's web-platform-tests and csswg-test repositories. These are intentionally designed to be cross browser and as such don't depend on browser-specific stuff like XPCOM or DumpRenderTree. |
|
Discussion about csswg-test on dev-servo. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
|
Servo now runs the W3C web-platform-tests and csswg test suites. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both Gecko and WebKit have extensive test suites. Pick one set of tests, write a test harness for servo, integrate it into the build. Repeat. I imagine there are various independent conformance test suites out there as well that we can adopt.