[blinkpy] Fix and enable a bunch of fuzzy reftests

Now that blinkpy has basic support for fuzzy reftests, we can enable a bunch of
tests. Most of them had slightly incorrect metadata, likely because reftests
confusing interpret a single value N as a range of N-N rather than 0-N.

Bug: 997202,1076121
Change-Id: Ic0bf778cde8996089ef48a4c4307a56f56ee8ce5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575206
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Reviewed-by: vmpstr <vmpstr@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834233}
diff --git a/css/css-images/image-orientation/image-orientation-background-image.html b/css/css-images/image-orientation/image-orientation-background-image.html
index d294b66..866e945 100644
--- a/css/css-images/image-orientation/image-orientation-background-image.html
+++ b/css/css-images/image-orientation/image-orientation-background-image.html
@@ -4,7 +4,7 @@
 <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-background-image-ref.html">
-<meta name=fuzzy content="2;40">
+<meta name=fuzzy content="0-3;0-50">
 <style>
 div { width: 100px; height: 50px; background-image: url(support/exif-orientation-2-ur.jpg); }
 .no-orient { image-orientation: none; }
diff --git a/css/css-images/image-orientation/image-orientation-background-position.html b/css/css-images/image-orientation/image-orientation-background-position.html
index cf4fcd4..d900357 100644
--- a/css/css-images/image-orientation/image-orientation-background-position.html
+++ b/css/css-images/image-orientation/image-orientation-background-position.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-background-position-ref.html">
-<meta name="fuzzy" content="10;100">
+<meta name="fuzzy" content="0-5;0-50">
 <style>
     .exif-2 {
         position: absolute;
diff --git a/css/css-images/image-orientation/image-orientation-default.html b/css/css-images/image-orientation/image-orientation-default.html
index 8a16ff7..7487e40 100644
--- a/css/css-images/image-orientation/image-orientation-default.html
+++ b/css/css-images/image-orientation/image-orientation-default.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-default-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-200">
 <style>
     body {
         overflow: hidden;
@@ -58,4 +58,4 @@
         <br>Undefined (invalid value)
     </div>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic1.html b/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic1.html
index 69043ee..2935551 100644
--- a/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic1.html
+++ b/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic1.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-from-image-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-200">
 <style>
     body {
         overflow: hidden;}
diff --git a/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic2.html b/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic2.html
index b23ef38..053919d 100644
--- a/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic2.html
+++ b/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic2.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-none-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-100">
 <style>
     body {
         overflow: hidden;
diff --git a/css/css-images/image-orientation/image-orientation-from-image-composited.html b/css/css-images/image-orientation/image-orientation-from-image-composited.html
index 7caa91d..2db8881 100644
--- a/css/css-images/image-orientation/image-orientation-from-image-composited.html
+++ b/css/css-images/image-orientation/image-orientation-from-image-composited.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-from-image-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-200">
 <style>
     body {
         overflow: hidden;
diff --git a/css/css-images/image-orientation/image-orientation-from-image-content-images.html b/css/css-images/image-orientation/image-orientation-from-image-content-images.html
index 5b89216..a5be8c2 100644
--- a/css/css-images/image-orientation/image-orientation-from-image-content-images.html
+++ b/css/css-images/image-orientation/image-orientation-from-image-content-images.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-from-image-content-images-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-250">
 <style>
     div.image {
         display: inline-block;
diff --git a/css/css-images/image-orientation/image-orientation-from-image-dynamic1.html b/css/css-images/image-orientation/image-orientation-from-image-dynamic1.html
index d1617a6..d5e00f2 100644
--- a/css/css-images/image-orientation/image-orientation-from-image-dynamic1.html
+++ b/css/css-images/image-orientation/image-orientation-from-image-dynamic1.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-from-image-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-200">
 <style>
     body {
         overflow: hidden;
diff --git a/css/css-images/image-orientation/image-orientation-from-image-dynamic2.html b/css/css-images/image-orientation/image-orientation-from-image-dynamic2.html
index 5a37a96..d70c5f6 100644
--- a/css/css-images/image-orientation/image-orientation-from-image-dynamic2.html
+++ b/css/css-images/image-orientation/image-orientation-from-image-dynamic2.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-none-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-100">
 <style>
     body {
         overflow: hidden;
diff --git a/css/css-images/image-orientation/image-orientation-from-image-embedded-content.html b/css/css-images/image-orientation/image-orientation-from-image-embedded-content.html
index d153935..a07db17 100644
--- a/css/css-images/image-orientation/image-orientation-from-image-embedded-content.html
+++ b/css/css-images/image-orientation/image-orientation-from-image-embedded-content.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-from-image-embedded-content-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-200">
 <style>
     iframe {
         display: inline-block;
@@ -43,4 +43,4 @@
     <br>
     <iframe src="support/exif-orientation-9-u.jpg" frameborder=0></iframe>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/css/css-images/image-orientation/image-orientation-from-image.html b/css/css-images/image-orientation/image-orientation-from-image.html
index 9e27bd79..14b929c 100644
--- a/css/css-images/image-orientation/image-orientation-from-image.html
+++ b/css/css-images/image-orientation/image-orientation-from-image.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-from-image-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-200">
 <style>
     body {
         overflow: hidden;
diff --git a/css/css-images/image-orientation/image-orientation-list-style-image.html b/css/css-images/image-orientation/image-orientation-list-style-image.html
index 926b3ab..ac73562 100644
--- a/css/css-images/image-orientation/image-orientation-list-style-image.html
+++ b/css/css-images/image-orientation/image-orientation-list-style-image.html
@@ -4,7 +4,7 @@
 <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-list-style-image-ref.html">
-<meta name=fuzzy content="2;40">
+<meta name=fuzzy content="0-3;0-50">
 <style>
 ul { margin-left: 100px; list-style-image: url(support/exif-orientation-2-ur.jpg); }
 .no-orient { image-orientation: none; }
diff --git a/css/css-images/image-orientation/image-orientation-none-content-images.html b/css/css-images/image-orientation/image-orientation-none-content-images.html
index da5b670..ed16575 100644
--- a/css/css-images/image-orientation/image-orientation-none-content-images.html
+++ b/css/css-images/image-orientation/image-orientation-none-content-images.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-none-content-images-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-150">
 <style>
     div.image {
         display: inline-block;
diff --git a/css/css-images/image-orientation/image-orientation-none-image-document.html b/css/css-images/image-orientation/image-orientation-none-image-document.html
index d333b5f..672ed58 100644
--- a/css/css-images/image-orientation/image-orientation-none-image-document.html
+++ b/css/css-images/image-orientation/image-orientation-none-image-document.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-none-image-document-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-200">
 <style>
     iframe {
         display: inline-block;
diff --git a/css/css-images/image-orientation/image-orientation-none.html b/css/css-images/image-orientation/image-orientation-none.html
index c903cee..dfdfa01 100644
--- a/css/css-images/image-orientation/image-orientation-none.html
+++ b/css/css-images/image-orientation/image-orientation-none.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/image-orientation-none-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-100">
 <style>
     body {
         overflow: hidden;
diff --git a/css/css-images/image-orientation/svg-image-orientation-none.html b/css/css-images/image-orientation/svg-image-orientation-none.html
index a89de9d..f585cdb 100644
--- a/css/css-images/image-orientation/svg-image-orientation-none.html
+++ b/css/css-images/image-orientation/svg-image-orientation-none.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/svg-image-orientation-none-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-100">
 </head>
 <body>
     <svg style="width: 500px; height: 650px; image-orientation: none;">
@@ -21,4 +21,4 @@
         <image xlink:href="support/exif-orientation-9-u.jpg" X="0" Y="250"></image>
     </svg>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/css/css-images/image-orientation/svg-image-orientation.html b/css/css-images/image-orientation/svg-image-orientation.html
index 9a411ae..758e900 100644
--- a/css/css-images/image-orientation/svg-image-orientation.html
+++ b/css/css-images/image-orientation/svg-image-orientation.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="reference/svg-image-orientation-ref.html">
-<meta name=fuzzy content="10;100">
+<meta name=fuzzy content="0-5;0-200">
 </head>
 <body>
     <svg style="width: 500px; height: 650px">
@@ -21,4 +21,4 @@
         <image xlink:href="support/exif-orientation-9-u.jpg" X="0" Y="250"></image>
     </svg>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/css/css-transforms/perspective-transforms-equivalence.html b/css/css-transforms/perspective-transforms-equivalence.html
index 2f2ae21..818555f 100644
--- a/css/css-transforms/perspective-transforms-equivalence.html
+++ b/css/css-transforms/perspective-transforms-equivalence.html
@@ -9,7 +9,7 @@
 Perspective with different transforms can have small anti-aliasing
 pixel differences, so the test should fuzzy patch to the ref.
 -->
-<meta name="fuzzy" content="maxDifference=10;totalPixels=10">
+<meta name="fuzzy" content="maxDifference=0-10;totalPixels=0-10">
 <style>
 
 #container {
diff --git a/html/canvas/element/manual/drawing-images-to-the-canvas/image-orientation/drawImage-with-src-rect.tentative.html b/html/canvas/element/manual/drawing-images-to-the-canvas/image-orientation/drawImage-with-src-rect.tentative.html
index d9d5646..d889e39 100644
--- a/html/canvas/element/manual/drawing-images-to-the-canvas/image-orientation/drawImage-with-src-rect.tentative.html
+++ b/html/canvas/element/manual/drawing-images-to-the-canvas/image-orientation/drawImage-with-src-rect.tentative.html
@@ -6,7 +6,7 @@
 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
 <link rel="match" href="drawImage-with-src-rect-ref.html">
-<meta name=fuzzy content="30;100">
+<meta name=fuzzy content="0-3;0-200">
   <script>
     window.onload = () => {
       const img = document.getElementById('img-element');
@@ -22,4 +22,4 @@
   <img id="img-element" src="/css/css-images/image-orientation/support/exif-orientation-3-lr.jpg">
   <canvas id="bitmap-canvas"></canvas>
 </body>
-</html>
\ No newline at end of file
+</html>