Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: LayoutTests/inspector/console/set-last-eval-result.html

Issue 967493002: DevTools: remove setLastEvaluationResult from the protocol. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
}

Powered by Google App Engine
This is Rietveld 408576698