From 3c615f736d826d651890df71b0775873771aa7c0 Mon Sep 17 00:00:00 2001 From: "rlp@google.com" Date: Thu, 4 Jun 2009 03:41:05 +0000 Subject: Updating the description to describe the new pdiff parameters, colorfactor and downsample. Review URL: http://codereview.chromium.org/118207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17596 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/tests/selenium/sample_list.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'o3d/tests') diff --git a/o3d/tests/selenium/sample_list.txt b/o3d/tests/selenium/sample_list.txt index 60c4bf2..44bcfcd 100644 --- a/o3d/tests/selenium/sample_list.txt +++ b/o3d/tests/selenium/sample_list.txt @@ -50,6 +50,16 @@ # environment(s) where the test should be skipped. # Default = "" # +# colorfactor(0 to 1) : Determines how important color is for comparison. A +# value of 1 means they must be exactly the same; a value of 0 means it +# won't factor in at all. +# +# downsample(number_of_times_to_halve_resolution) : The resolution will be +# cut in half this number of times before comparing. It is useful for +# eliminating aliasing artifacts since such differences are less +# noticeable at the lower resolution. Be careful with using this parameter +# as it may mask other problems. +# # NOTE! ---------------------------------------------------------------------- # # Read the sample guidelines -- cgit v1.1