2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -455,9 +434,34 @@ class ImageToolkitGdTestCase extends WebTestBase {
$this->assertTrue($correct_dimensions_real,t('Image %file after %action action has proper dimensions.',array('%file'=>$file,'%action'=>$op)));
$this->assertTrue($correct_dimensions_object,t('Image %file object after %action action is reporting the proper height and width values.',array('%file'=>$file,'%action'=>$op)));
// JPEG colors will always be messed up due to compression.
if($image->info['extension']!='jpg'){
$this->assertTrue($correct_colors,t('Image %file object after %action action has the correct color placement.',array('%file'=>$file,'%action'=>$op)));
// Now check each of the corners to ensure color correctness.
$this->assertTrue($correct_colors,t('Image %file object after %action action has the correct color placement at corner %corner.',array('%file'=>$file,'%action'=>$op,'%corner'=>$key)));