| Index: chrome/test/data/gpu/webgl_popup.html
|
| diff --git a/chrome/test/data/gpu/webgl_popup.html b/chrome/test/data/gpu/webgl_popup.html
|
| index 7f264e4e4c9bbd9acdeaeab8ee725741e72b81d9..8b5c2f72f28707185dcb2617881a9d1bcf0579e9 100644
|
| --- a/chrome/test/data/gpu/webgl_popup.html
|
| +++ b/chrome/test/data/gpu/webgl_popup.html
|
| @@ -17,7 +17,6 @@ function popup() {
|
| gl.readPixels(50, 50, 1, 1, gl.RGBA, gl.UNSIGNED_BYTE, a);
|
| document.title = a[0] + ", " + a[1] + ", " + a[2];
|
|
|
| - window.domAutomationController.setAutomationId(1);
|
| if (a[0] == 255 && a[1] == 0 && a[2] == 0)
|
| window.domAutomationController.send("SUCCESS");
|
| else
|
|
|