chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-ui/watch-expressions-panel-switch-expected.txt

Tests debugger does not fail when stopped while a panel other than scripts was opened. Both valid and invalid expressions are added to watch expressions.

Watches before running testFunction:
x: <not available>
y.foo: <not available>
Watches on pause in testFunction:
x: 4
y.foo: <not available>