Corrected typo in Readme

This commit is contained in:
Sandeep Hegde 2017-11-10 20:22:12 -05:00
parent f6f454505e
commit 6e66c0d1ef

View file

@ -5,7 +5,7 @@ The motivation for mutation testing is to test the breadth coverage of tests for
For more info refer [Wiki page](https://en.wikipedia.org/wiki/Mutation_testing).
Here Mutation testing is used to test the coverage of WPT for Servo's browsing engine.
Here Mutation testing is used to test the coverage of WPT for Servo's browser engine.
### Mutation Strategy
This version of mutation testing consists of a Python script that finds random uses of && in Servo's code base and replaces them by ||. The expectation from the WPT tests is to catch this mutation and result in failures when executed on the corresponding code base.