| Index: content/test/data/gpu/pixel_webgl_noalpha_implicit_clear.html
|
| diff --git a/content/test/data/gpu/pixel_webgl_noalpha_implicit_clear.html b/content/test/data/gpu/pixel_webgl_noalpha_implicit_clear.html
|
| index 6aebb64506bf489689c14b6deaa3c9c3c6fda900..20508de3fdc33e398e1a641d506e2f8383f7dcbc 100644
|
| --- a/content/test/data/gpu/pixel_webgl_noalpha_implicit_clear.html
|
| +++ b/content/test/data/gpu/pixel_webgl_noalpha_implicit_clear.html
|
| @@ -70,11 +70,9 @@ function main() {
|
| if (gl && setup(gl)) {
|
| waitForComposite(function() {
|
| gl.drawArrays(gl.TRIANGLES, 0, 3);
|
| - domAutomationController.setAutomationId(1);
|
| domAutomationController.send("SUCCESS");
|
| });
|
| } else {
|
| - domAutomationController.setAutomationId(1);
|
| domAutomationController.send("FAILURE");
|
| }
|
| }
|
|
|