Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt |
index fd84910d1afce005590ce75d1c33bdf5888d1bde..dda90ee5234c9a696760d205567386bd05e1357b 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt |
@@ -1,7 +1,9 @@ |
CONSOLE MESSAGE: line 2: A message with first argument string |
CONSOLE MESSAGE: line 3: 2011 |
CONSOLE MESSAGE: line 4: [object Window] |
-Tests that console message arguments will be cleared when iframe where the messages were created is removed. |
+Tests that console message arguments will be cleared and first argument will be converted into a string when iframe where the messages were created is removed. |
+ |
+Message: "A message with first argument string", arguments: [string] |
+Message: "2011", arguments: [string] |
+Message: "[object Window]", arguments: [string] |
-PASSED: found argument counts for 3 messages |
-PASSED: no messages with arguments |