| Index: third_party/WebKit/Source/devtools/tests/console/console-clear-function-expected.txt
|
| diff --git a/third_party/WebKit/Source/devtools/tests/console/console-clear-function-expected.txt b/third_party/WebKit/Source/devtools/tests/console/console-clear-function-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..816aceae41d3eab151257e91c65d9731534fd71b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/devtools/tests/console/console-clear-function-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +CONSOLE MESSAGE: line 10: one
|
| +CONSOLE MESSAGE: line 11: two
|
| +CONSOLE MESSAGE: line 12: three
|
| +Tests that console is cleared via console.clear() method
|
| +
|
| +Bug 101021
|
| +=== Before clear ===
|
| +console-clear-function.html:10 one
|
| +console-clear-function.html:11 two
|
| +console-clear-function.html:12 three
|
| +=== After clear ===
|
| +console-clear-function.html:19 Console was cleared
|
| +
|
|
|