Not reviewed: Rebaselined failing inspector test. * inspector/console/command-line-api-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk/LayoutTests@130162 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog index 8fd0ba8..1de2f9f 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,9 @@ +2012-10-02 Pavel Feldman <pfeldman@chromium.org> + + Not reviewed: Rebaselined failing inspector test. + + * inspector/console/command-line-api-expected.txt: + 2012-10-02 Andrey Kosyakov <caseq@chromium.org> Unreviewed test rebaseline.
diff --git a/inspector/console/command-line-api-expected.txt b/inspector/console/command-line-api-expected.txt index 283cace..639b186 100644 --- a/inspector/console/command-line-api-expected.txt +++ b/inspector/console/command-line-api-expected.txt
@@ -1,4 +1,4 @@ -CONSOLE MESSAGE: line 955: The console function $() has changed from $=getElementById(id) to $=querySelector(selector). You might try $("#%s") +CONSOLE MESSAGE: line 959: The console function $() has changed from $=getElementById(id) to $=querySelector(selector). You might try $("#%s") Tests that command line api works.