Changes between Version 17 and Version 18 of Writing Reftests
- Timestamp:
- Jul 1, 2016, 3:52:53 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Reftests
v17 v18 20 20 }}} 21 21 22 A new-run-webkit-tests recognizes this is a reftest and runs the test as if this is a normal layout test.22 A run-webkit-tests recognizes this is a reftest and runs the test as if this is a normal layout test. 23 23 You can think that a '-expected.html' file is used to produce a '-expected.checksum' and a '-expected.png' on the fly. 24 24 If there is a difference between the rendering results of two html files, the test fails. … … 70 70 == References == 71 71 72 * https://bugs.webkit.org/show_bug.cgi?id=36065 for make reftests work with old-run-webkit-tests73 72 * https://developer.mozilla.org/en/Creating_reftest-based_unit_tests 74 73 * http://mxr.mozilla.org/mozilla-central/source/layout/tools/reftest/README.txt