Commit 5743603d authored by Yang Guo's avatar Yang Guo Committed by Commit Bot

LayoutTest: prepare DevTools console test for V8 change.

The debug() function is going to be extended by a condition string argument.

R=machenbach@chromium.org

Bug: v8:178
Change-Id: I7d9a15bc3f17e9c23e4011d7f4ee55671519df3c
Reviewed-on: https://chromium-review.googlesource.com/975402Reviewed-by: default avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545056}
parent db81c0d2
......@@ -1456,6 +1456,9 @@ crbug.com/548765 http/tests/devtools/console-fetch-logging.js [ Failure Pass ]
crbug.com/v8/7486 http/tests/devtools/startup/console/console-format-startup-bigint.js [ Skip ]
crbug.com/v8/7486 http/tests/devtools/console/console-format-bigint.js [ Skip ]
# Changing signature of console function.
crbug.com/v8/178 inspector-protocol/console/console-let-const-with-api.js [ NeedsManualRebaseline ]
crbug.com/564109 [ Win ] http/tests/webfont/font-display-intervention.html [ Pass Failure Timeout ]
crbug.com/399951 http/tests/mime/javascript-mimetype-usecounters.html [ Pass Failure ]
......
......@@ -19,7 +19,7 @@ function inspect(object) { [Command Line API] }
function copy(value) { [Command Line API] }
function clear() { [Command Line API] }
function getEventListeners(node) { [Command Line API] }
function debug(function) { [Command Line API] }
function debug(function, condition) { [Command Line API] }
function undebug(function) { [Command Line API] }
function monitor(function) { [Command Line API] }
function unmonitor(function) { [Command Line API] }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment