chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-pause/debugger-change-variable-expected.txt

Tests that modifying local variables works fine.

Set timer for test function.

Evaluated before modification:
localObject1.a = 310
localObject2 = 42

Evaluated after modification:
localObject1.a = -290
localObject2 = 123