summaryrefslogtreecommitdiffstats
path: root/content/test/data/gpu/webgl.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/data/gpu/webgl.html')
-rw-r--r--content/test/data/gpu/webgl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/data/gpu/webgl.html b/content/test/data/gpu/webgl.html
index 928fae7..38e3fab 100644
--- a/content/test/data/gpu/webgl.html
+++ b/content/test/data/gpu/webgl.html
@@ -39,7 +39,7 @@ function testContextLost(e) {
function testContextRestored() {
gl = canvas.getContext("experimental-webgl");
if (!gl || gl.isContextLost()) {
- document.title = "FAILED: could not get recovered context";
+ // Might just be blocked because of infobar.
return;
}
gl.clearColor(0, 0, 1, 1);