| Index: content/test/gpu/gpu_tests/context_lost_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/context_lost_integration_test.py b/content/test/gpu/gpu_tests/context_lost_integration_test.py
|
| index 935537e1a39a60a5b58aa5dc390cabdf977d8f24..1f0192680cff2adfaf3e5390ff410a05ca12819c 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_integration_test.py
|
| @@ -24,8 +24,6 @@ harness_script = r"""
|
| domAutomationController._succeeded = false;
|
| domAutomationController._finished = false;
|
|
|
| - domAutomationController.setAutomationId = function(id) {}
|
| -
|
| domAutomationController.send = function(msg) {
|
| msg = msg.toLowerCase()
|
| if (msg == "loaded") {
|
|
|