Index: content/test/gpu/gpu_tests/webgl_conformance.py |
diff --git a/content/test/gpu/gpu_tests/webgl_conformance.py b/content/test/gpu/gpu_tests/webgl_conformance.py |
index bb9c093e5f6738dbac0256599ee239f1d428fd64..8dcbf750109513f0ca8402b269018909427bf99f 100644 |
--- a/content/test/gpu/gpu_tests/webgl_conformance.py |
+++ b/content/test/gpu/gpu_tests/webgl_conformance.py |
@@ -8,7 +8,7 @@ import sys |
import webgl_conformance_expectations |
-from telemetry import test as test_module |
+from telemetry import benchmark as benchmark_module |
from telemetry.core import util |
from telemetry.page import page_set |
from telemetry.page import page as page_module |
@@ -100,7 +100,7 @@ class WebglConformancePage(page_module.Page): |
'webglTestHarness._finished', timeout=120) |
-class WebglConformance(test_module.Test): |
+class WebglConformance(benchmark_module.Benchmark): |
"""Conformance with Khronos WebGL Conformance Tests""" |
test = WebglConformanceValidator |