reftest_fuzzy_no_differences.html (352B)
1 <!DOCTYPE html> 2 <link rel=match href=fuzzy-ref-1.html> 3 <!-- This exactly matches the reference, and includes the possibility of 4 0 pixels different; in this case the maxDifference is ignored ---> 5 <meta name=fuzzy content="fuzzy-ref-1.html:128;0-100"> 6 <style> 7 div { 8 width: 100px; 9 height: 100px; 10 background-color: green; 11 } 12 </style> 13 <div></div>