Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-pause / debugger-change-variable-expected.txt
blobe7c5549c8fbc1206134528bcfdaa059de597c7bc
1 Tests that modifying local variables works fine.
3 Set timer for test function.
5 Evaluated before modification:
6 localObject1.a = 310
7 localObject2 = 42
9 Evaluated after modification:
10 localObject1.a = -290
11 localObject2 = 123