Home | History | Annotate | Download | only in gpu_tests

Lines Matching refs:page

37   def ValidateAndMeasurePage(self, page, tab, results):
39 raise page_test.Failure('Page indicated a failure')
41 if not hasattr(page, 'expectations') or not page.expectations:
52 if hasattr(page, 'test_rect'):
53 test_rect = [int(x * device_pixel_ratio) for x in page.test_rect]
59 page.display_name,
61 page.expectations,
71 for page in page_set.pages:
72 page.script_to_evaluate_on_commit = test_harness_script