v8/test/inspector/runtime/console-message-omit-data-urls-expected.txt
Kim-Anh Tran 1e463205ea [inspector] Skip sending data urls in the Runtime domain
This skips sending the data urls along with Runtime.CallFrame,
and Runtime.ExceptionDetails.

Also-by: bmeurer@chromium.org
Bug: chromium:1132260
Change-Id: I45136bc0d3217caf8fbd93946b021f56f64f04b9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2621077
Commit-Queue: Kim-Anh Tran <kimanh@chromium.org>
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72063}
2021-01-13 13:27:41 +00:00

6 lines
252 B
Plaintext

Checks that we only send along non-data urls.
Test log with data uri.
console api called: Hello World!
callFrame: function test (url: )
callFrame: function (url: test.js)
exception details: Uncaught ReferenceError: Exception is not defined (url: )