Chromium Code Reviews| Index: LayoutTests/inspector/console/set-last-eval-result.html |
| diff --git a/LayoutTests/inspector/console/set-last-eval-result.html b/LayoutTests/inspector/console/set-last-eval-result.html |
| index 892b2ef208e113dd2c1e612a25c5f92435c65b13..b4d4643d8062de12ec0d5ef04b072f576005b79a 100644 |
| --- a/LayoutTests/inspector/console/set-last-eval-result.html |
| +++ b/LayoutTests/inspector/console/set-last-eval-result.html |
| @@ -20,17 +20,6 @@ function test() |
| function step2() |
| { |
| - InspectorTest.evaluateInConsole("$_", step3); |
| - } |
| - |
| - function step3() |
| - { |
| - InspectorTest.ConsoleAgent.setLastEvaluationResult(remote.objectId, didSetResult); |
| - } |
| - |
| - function didSetResult(error) |
| - { |
| - InspectorTest.assertTrue(!error, "FAIL: " + error); |
| InspectorTest.evaluateInConsole("$_", completeTest); |
|
dgozman
2015/02/27 07:56:56
It seems this test no longer tests anything. Remov
pfeldman
2015/02/27 08:00:20
What do you mean? This is the essence of this test
aandrey
2015/02/27 08:01:54
+1 to remove the test
dgozman
2015/02/27 08:03:22
This is now a subset of inspector/console/console-
aandrey
2015/02/27 08:03:46
The "essence" is tested in inspector/console/conso
pfeldman
2015/02/27 08:05:34
Done.
|
| } |