haikuwebkit/LayoutTests/inspector/console/console-log-proxy-expected.txt

15 lines
429 B
Plaintext

CONSOLE MESSAGE: [object Proxy]
CONSOLE MESSAGE: 0
CONSOLE MESSAGE: [object Proxy]
CONSOLE MESSAGE: 1
Tests for the console.log with Proxy objects.
== Running test suite: console.log.proxy
-- Running test case: BasicProxyLog
PASS: Logging Proxy objects should not have triggered get trap.
-- Running test case: AvoidTrapWhenCheckingConsoleRepeat
PASS: Logging Proxy objects and primitives should not have triggered get trap.