| Index: chrome/test/data/password/frame_detached_on_submit.html
|
| diff --git a/chrome/test/data/password/frame_detached_on_submit.html b/chrome/test/data/password/frame_detached_on_submit.html
|
| index 8536c360e4fb6e524d72d70c1fad51390b1c59be..f8fa3d1ddf5cd7698cb1da814b4341efa6e5fe72 100644
|
| --- a/chrome/test/data/password/frame_detached_on_submit.html
|
| +++ b/chrome/test/data/password/frame_detached_on_submit.html
|
| @@ -10,7 +10,6 @@ function delayedUpload() {
|
| function receiveMessage(event) {
|
| var login_iframe = document.getElementById('login_iframe');
|
| login_iframe.parentNode.removeChild(login_iframe);
|
| - window.domAutomationController.setAutomationId(0);
|
| setTimeout(delayedUpload, 0);
|
| }
|
|
|
|
|