skpmaker: make the SKP slightly more interesting (add a border)

This will help with render_pictures self-testing
BUG=skia:1942
R=rmistry@google.com

Author: epoger@google.com

Review URL: https://codereview.chromium.org/137993008

git-svn-id: http://skia.googlecode.com/svn/trunk@13086 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tools/tests/render_pictures_test.py b/tools/tests/render_pictures_test.py
index 89ea228..33c1e6a 100755
--- a/tools/tests/render_pictures_test.py
+++ b/tools/tests/render_pictures_test.py
@@ -40,10 +40,11 @@
     expected_summary_dict = {
         "actual-results" : {
             "no-comparison" : {
-                "input.png" : [ "bitmap-64bitMD5", 12793741875005523433 ]
-                }
+                # Manually verified: 640x400 red image with black border
+                "input.png" : [ "bitmap-64bitMD5", 11092453015575919668 ]
             }
         }
+    }
     self._assert_json_contents(output_json_path, expected_summary_dict)
 
   def test_tiled_no_comparison(self):