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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt

Issue 1894343002: DevTools: pretty-print HTML (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
index 0753e1ff664f0ada58491c859566a9dbf569ca4f..f5311f56494a4d5a30d6f1445b5a7db75115e98c 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
@@ -10,16 +10,22 @@ noop();
Running: inlinedScriptFormatting
====== 8< ------
-<html><body><script>
-function f() {}
-</script><script>
-function g() {
- var a;
- window.return = 10;
- if (a)
- return;
-}
-</script></body></html>
+<html>
+ <body>
+ <script>
+ function f() {}
+ </script>
+ <script>
+ function g() {
dgozman 2016/04/19 01:55:03 Let's indent once?
lushnikov 2016/04/19 23:11:40 Done.
+ var a;
+ window.return = 10;
+ if (a)
+ return;
+ }
+ </script>
+ </body>
+</html>
+
------ >8 ======
Running: generatorFormatter

Powered by Google App Engine
This is Rietveld 408576698