| Index: chrome/test/data/gpu/canvas_popup.html
|
| diff --git a/chrome/test/data/gpu/canvas_popup.html b/chrome/test/data/gpu/canvas_popup.html
|
| index 80e0db324edce222c005bc601881a337445ab8ec..20725f506c944474d62259fe130be62ca69d4fc5 100644
|
| --- a/chrome/test/data/gpu/canvas_popup.html
|
| +++ b/chrome/test/data/gpu/canvas_popup.html
|
| @@ -18,7 +18,6 @@ function popup() {
|
| imageData.data[1] + ", " +
|
| imageData.data[2];
|
|
|
| - window.domAutomationController.setAutomationId(1);
|
| if (imageData.data[0] == 255 &&
|
| imageData.data[1] == 165 &&
|
| imageData.data[2] == 0)
|
|
|