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

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: address comments 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..ab1a0480616b8636a678986f72c1566217ba830b 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() {
+ var a;
+ window.return = 10;
+ if (a)
+ return;
+ }
+ </script>
+ </body>
+</html>
+
------ >8 ======
Running: generatorFormatter

Powered by Google App Engine
This is Rietveld 408576698