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

Unified Diff: LayoutTests/inspector/console/console-css-warnings.html

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: LayoutTests/inspector/console/console-css-warnings.html
diff --git a/LayoutTests/inspector/console/console-css-warnings.html b/LayoutTests/inspector/console/console-css-warnings.html
index a51ab657e320629af26a31e02eef3397c54dccf1..89f259764798de09b087642f53244c6827add340 100644
--- a/LayoutTests/inspector/console/console-css-warnings.html
+++ b/LayoutTests/inspector/console/console-css-warnings.html
@@ -182,7 +182,7 @@ function test()
style.textContent = "x{y:*}";
document.head.appendChild(style);
- var messages = WebInspector.consoleModel.messages;
+ var messages = WebInspector.consoleModel.messages();
for (var i = 0; i < messages.length; i++) {
if (messages[i].source === WebInspector.ConsoleMessage.MessageSource.CSS)
InspectorTest.addResult(messages[i].message + " (line: " + messages[i].line + ")");
« no previous file with comments | « LayoutTests/inspector/console/console-css-unterminated-comment.html ('k') | LayoutTests/inspector/curl-command.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698