Home | History | Annotate | Download | only in rebaseline_server

Lines Matching refs:imageA_relative_url

30                base_url, imageA_relative_url, imageB_relative_url,
36 imageA_relative_url: string; URL pointing at an image, relative to
46 self.imageA_relative_url = imageA_relative_url
50 if not imageA_relative_url or not imageB_relative_url:
53 elif imageA_relative_url == imageB_relative_url:
64 expected_image_locator=imageA_relative_url,
65 expected_image_url=posixpath.join(base_url, imageA_relative_url),
69 expected_image_locator=imageA_relative_url,
80 KEY__IMAGEPAIRS__IMAGE_A_URL: self.imageA_relative_url,