Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/console/resources/clear-function-iframe.html |
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/resources/clear-function-iframe.html b/third_party/WebKit/LayoutTests/inspector/console/resources/clear-function-iframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..acf4834bf162c6b28852ef95b0e1af2808269f96 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/inspector/console/resources/clear-function-iframe.html |
| @@ -0,0 +1,3 @@ |
| +<script> |
| +console.clear(); |
| +</script> |