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 |