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 38ad16be41bebfacb4765a793229cb1fcb52fae5..a5e70719050b3e5b7a88e5d50f0696e9d2d5c553 100644 |
--- a/content/test/gpu/gpu_tests/webgl_conformance.py |
+++ b/content/test/gpu/gpu_tests/webgl_conformance.py |
@@ -115,7 +115,7 @@ class WebglConformance(benchmark_module.Benchmark): |
file_path=conformance_path) |
for test in tests: |
- ps.AddPage(WebglConformancePage(ps, test)) |
+ ps.AddUserStory(WebglConformancePage(ps, test)) |
return ps |