Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-debugger-statement-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution-expected.txt |
similarity index 54% |
copy from third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-debugger-statement-expected.txt |
copy to third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution-expected.txt |
index 01190b021eed4a78adac3bc391f42f2297e2a22e..910c6e549809aafbd0c2636ea66fdb3a2f2f92cc 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-debugger-statement-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution-expected.txt |
@@ -1,6 +1,10 @@ |
-Tests that debugger will stop on "debugger" statement. |
+Tests evaluation in minified scripts. |
Set timer for test function. |
Script execution paused. |
+param1 |
+param2 |
+property |
+ClassA |
Script execution resumed. |