| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt
|
| index fa48e950f06835902d191412ad07cf8e81fbdccb..8e186f2b935e0bf799bfec0865380134774fd374 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt
|
| @@ -1,8 +1,10 @@
|
| CONSOLE MESSAGE: line 2: A message with first argument string
|
| CONSOLE MESSAGE: line 3: 2011
|
| CONSOLE MESSAGE: line 4: [object Window]
|
| -Tests that Web Inspector will discard console message arguments when iframe where the message was logged is navigated to a different page.
|
| +Tests that Web Inspector will discard console message arguments and convert first argument into a string when iframe where the message was logged is navigated to a different page.
|
|
|
|
|
| -PASSED: found argument counts for 3 messages
|
| -PASSED: no messages with arguments
|
| +Message: "A message with first argument string", arguments: [string]
|
| +Message: "2011", arguments: [string]
|
| +Message: "[object Window]", arguments: [string]
|
| +
|
|
|