Confirmed users
1,759
edits
| Line 58: | Line 58: | ||
==== reftest manifests ==== | ==== reftest manifests ==== | ||
* Example: https://searchfox.org/mozilla-central/source/dom/canvas/test/reftest/filters/reftest.list | * Example: https://searchfox.org/mozilla-central/source/dom/canvas/test/reftest/filters/reftest.list | ||
* In this type of manifest, add a skip-if() statement on the '''same''' line as the test: | |||
skip-if(...) == some_test.html some_ref.html | |||
* Reference: https://searchfox.org/mozilla-central/source/layout/tools/reftest/README.txt#42 | * Reference: https://searchfox.org/mozilla-central/source/layout/tools/reftest/README.txt#42 | ||