Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: LayoutTests/inspector/sources/debugger/script-formatter-expected.txt

Issue 479033002: DevTools: improve javascript formatter to support "return" properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address @vsevik comments Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/sources/debugger/script-formatter-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/script-formatter-expected.txt b/LayoutTests/inspector/sources/debugger/script-formatter-expected.txt
index 8a97b548bab10d476cef5e2f086673d4bcda059d..d041d4204417d75ebe259323ef2332b822191742 100644
--- a/LayoutTests/inspector/sources/debugger/script-formatter-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/script-formatter-expected.txt
@@ -12,6 +12,7 @@ function f() {
</script><script>
function g() {
**var a;
+**window.return = 10;
**if (a)
****return;
}

Powered by Google App Engine
This is Rietveld 408576698