Chromium Code Reviews| Index: content/test/data/page_with_blur.html |
| diff --git a/content/test/data/page_with_blur.html b/content/test/data/page_with_blur.html |
| index bc794980b1875b365ad610d056282f2ba7481410..1eee05a629accdc61b8caf158d4aafaac841626a 100644 |
| --- a/content/test/data/page_with_blur.html |
| +++ b/content/test/data/page_with_blur.html |
| @@ -5,7 +5,6 @@ |
| window.onload = function() { |
| document.body.onblur = function() { |
| - domAutomationController.setAutomationId(0); |
| domAutomationController.send("document-blur"); |
| } |
| } |