pub async fn diff( html: &str, expected_image: &[u8], width: u32, height: u32, page: &Page, ) -> Result<(f64, Vec<u8>)>