Chromium Code Reviews| Index: LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt |
| diff --git a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt b/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt |
| index 528c52ae77c52338aa841b187ae8f4a038e2aaaa..042bf3ea500eb0a5924bb08f3a5d0f3107a7e8e7 100644 |
| --- a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt |
| +++ b/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt |
| @@ -1,6 +1,6 @@ |
| CONSOLE MESSAGE: line 2: A message with first argument string |
| CONSOLE MESSAGE: line 3: 2011 |
| -CONSOLE MESSAGE: line 4: [object Window] |
| +CONSOLE MESSAGE: line 4: [object global] |
|
yurys
2014/07/14 16:36:09
It is unfortunate that it it now differs from resu
aandrey
2014/07/18 08:54:47
Done. Added a special check.
|
| Tests that console message arguments will be cleared when iframe where the messages were created is removed. |
| PASSED: found argument counts for 3 messages |