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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/console/console-memory-setter-in-strict-mode.js

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Protocol -> dp Created 3 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 (async function(testRunner) {
2 let {page, session, dp} = await testRunner.startBlank('Tests checks that conso le.memory property can be set in strict mode (crbug.com/468611).');
3 var message = await dp.Runtime.evaluate({expression: '"use strict"\nconsole.me mory = {};undefined'});
4 testRunner.logMessage(message);
5 testRunner.completeTest();
6 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698