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

Unified Diff: LayoutTests/inspector/console/command-line-api.html

Issue 1232393003: Return an array from bling-bling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Edit last commit message Created 5 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/inspector/console/command-line-api-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/command-line-api.html
diff --git a/LayoutTests/inspector/console/command-line-api.html b/LayoutTests/inspector/console/command-line-api.html
index 6879599f9730e601e49199090fb041aa9bfb8517..99d5f3b5b85a46255aedb7903bbf598bc09522ff 100644
--- a/LayoutTests/inspector/console/command-line-api.html
+++ b/LayoutTests/inspector/console/command-line-api.html
@@ -23,8 +23,8 @@ var test = function()
"String($('#foo', document.body))",
"String($('#foo', 'non-node'))",
"String($('#foo', $('#bar')))",
- "String($$('p#foo'))",
- "String($$('p#foo', document.body))",
+ "String($$('p'))",
+ "String($$('p', document.body))",
"String($('foo'))",
"console.assert(keys(window).indexOf('__commandLineAPI') === -1)"
];
« no previous file with comments | « no previous file | LayoutTests/inspector/console/command-line-api-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698