diff options
author | rlp@google.com <rlp@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 03:41:05 +0000 |
---|---|---|
committer | rlp@google.com <rlp@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 03:41:05 +0000 |
commit | 3c615f736d826d651890df71b0775873771aa7c0 (patch) | |
tree | ea2b8c1f2de59f49ef46772a2cd0d9f0f4008a94 /o3d | |
parent | 59560e0ba999d5edc33453d4a0fbf44831025817 (diff) | |
download | chromium_src-3c615f736d826d651890df71b0775873771aa7c0.zip chromium_src-3c615f736d826d651890df71b0775873771aa7c0.tar.gz chromium_src-3c615f736d826d651890df71b0775873771aa7c0.tar.bz2 |
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
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/tests/selenium/sample_list.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |