--- /b/rr/tmpKwCSBB/w/layout-test-results/virtual/mojo-loading/http/tests/devtools/console/console-functions-expected.txt
+++ /b/rr/tmpKwCSBB/w/layout-test-results/virtual/mojo-loading/http/tests/devtools/console/console-functions-actual.txt
@@ -1,128 +1,106 @@
-CONSOLE MESSAGE: line 24: function simple() {}
-CONSOLE MESSAGE: line 25: function simple() {}
-CONSOLE MESSAGE: line 24: async function asyncSimple() {}
-CONSOLE MESSAGE: line 25: async function asyncSimple() {}
-CONSOLE MESSAGE: line 24: function* genSimple() {}
-CONSOLE MESSAGE: line 25: function* genSimple() {}
-CONSOLE MESSAGE: line 24: function(){}
-CONSOLE MESSAGE: line 25: function(){}
-CONSOLE MESSAGE: line 24: function(x, y){}
-CONSOLE MESSAGE: line 25: function(x, y){}
-CONSOLE MESSAGE: line 24: function namedArgs(x) {}
-CONSOLE MESSAGE: line 25: function namedArgs(x) {}
-CONSOLE MESSAGE: line 24: function namedArgs2(x, y) {}
-CONSOLE MESSAGE: line 25: function namedArgs2(x, y) {}
-CONSOLE MESSAGE: line 24: function ({}) {}
-CONSOLE MESSAGE: line 25: function ({}) {}
-CONSOLE MESSAGE: line 24: function   *    whitespace   (  x  )    {   }
-CONSOLE MESSAGE: line 25: function   *    whitespace   (  x  )    {   }
-CONSOLE MESSAGE: line 24: async    function    whitespace2   (  x  ,  y  ,  z  )    {   }
-CONSOLE MESSAGE: line 25: async    function    whitespace2   (  x  ,  y  ,  z  )    {   }
-CONSOLE MESSAGE: line 28: [object Object]
-CONSOLE MESSAGE: line 29: [object Object]
 Tests that console logging different types of functions correctly.
 
-console-functions.html:24 ƒ simple() {}
-console-functions.html:25 ƒ simple()
+console-functions.js:27 ƒ simple() {}
+console-functions.js:28 ƒ simple()
     arguments: null
     caller: null
     length: 0
     name: "simple"
     prototype: {constructor: ƒ}
     __proto__: ƒ ()
-    [[FunctionLocation]]: console-functions.html:10
+    [[FunctionLocation]]: console-functions.js:13
     [[Scopes]]: Scopes[1]
-console-functions.html:24 async ƒ asyncSimple() {}
-console-functions.html:25 async ƒ asyncSimple()
+console-functions.js:27 async ƒ asyncSimple() {}
+console-functions.js:28 async ƒ asyncSimple()
     arguments: (...)
     caller: (...)
     length: 0
     name: "asyncSimple"
     __proto__: AsyncFunction
-    [[FunctionLocation]]: console-functions.html:11
+    [[FunctionLocation]]: console-functions.js:14
     [[Scopes]]: Scopes[1]
-console-functions.html:24 ƒ* genSimple() {}
-console-functions.html:25 ƒ* genSimple()
+console-functions.js:27 ƒ* genSimple() {}
+console-functions.js:28 ƒ* genSimple()
     arguments: (...)
     caller: (...)
     length: 0
     name: "genSimple"
     prototype: Generator {}
     __proto__: GeneratorFunction
-    [[FunctionLocation]]: console-functions.html:12
+    [[FunctionLocation]]: console-functions.js:15
     [[IsGenerator]]: true
     [[Scopes]]: Scopes[1]
-console-functions.html:24 ƒ (){}
-console-functions.html:25 ƒ anonymous()
+console-functions.js:27 ƒ (){}
+console-functions.js:28 ƒ anonymous()
     arguments: null
     caller: null
     length: 0
     name: ""
     prototype: {constructor: ƒ}
     __proto__: ƒ ()
-    [[FunctionLocation]]: console-functions.html:13
+    [[FunctionLocation]]: console-functions.js:16
     [[Scopes]]: Scopes[1]
-console-functions.html:24 ƒ (x, y){}
-console-functions.html:25 ƒ anonymous(x, y)
+console-functions.js:27 ƒ (x, y){}
+console-functions.js:28 ƒ anonymous(x, y)
     arguments: null
     caller: null
     length: 2
     name: ""
     prototype: {constructor: ƒ}
     __proto__: ƒ ()
-    [[FunctionLocation]]: console-functions.html:14
+    [[FunctionLocation]]: console-functions.js:17
     [[Scopes]]: Scopes[1]
-console-functions.html:24 ƒ namedArgs(x) {}
-console-functions.html:25 ƒ namedArgs(x)
+console-functions.js:27 ƒ namedArgs(x) {}
+console-functions.js:28 ƒ namedArgs(x)
     arguments: null
     caller: null
     length: 1
     name: "namedArgs"
     prototype: {constructor: ƒ}
     __proto__: ƒ ()
-    [[FunctionLocation]]: console-functions.html:15
+    [[FunctionLocation]]: console-functions.js:18
     [[Scopes]]: Scopes[1]
-console-functions.html:24 ƒ namedArgs2(x, y) {}
-console-functions.html:25 ƒ namedArgs2(x, y)
+console-functions.js:27 ƒ namedArgs2(x, y) {}
+console-functions.js:28 ƒ namedArgs2(x, y)
     arguments: null
     caller: null
     length: 2
     name: "namedArgs2"
     prototype: {constructor: ƒ}
     __proto__: ƒ ()
-    [[FunctionLocation]]: console-functions.html:16
+    [[FunctionLocation]]: console-functions.js:19
     [[Scopes]]: Scopes[1]
-console-functions.html:24 ƒ ({}) {}
-console-functions.html:25 ƒ anonymous({})
+console-functions.js:27 ƒ ({}) {}
+console-functions.js:28 ƒ anonymous({})
     arguments: null
     caller: null
     length: 1
     name: ""
     prototype: {constructor: ƒ}
     __proto__: ƒ ()
-    [[FunctionLocation]]: console-functions.html:17
+    [[FunctionLocation]]: console-functions.js:20
     [[Scopes]]: Scopes[1]
-console-functions.html:24 ƒ *    whitespace   (  x  )    {   }
-console-functions.html:25 ƒ *    whitespace(  x  )
+console-functions.js:27 ƒ* whitespace(  x  )    {   }
+console-functions.js:28 ƒ* whitespace(  x  )
     arguments: (...)
     caller: (...)
     length: 1
     name: "whitespace"
     prototype: Generator {}
     __proto__: GeneratorFunction
-    [[FunctionLocation]]: console-functions.html:18
+    [[FunctionLocation]]: console-functions.js:21
     [[IsGenerator]]: true
     [[Scopes]]: Scopes[1]
-console-functions.html:24 async ƒ whitespace2   (  x  ,  y  ,  z  )    {   }
-console-functions.html:25 async ƒ whitespace2(  x  ,  y  ,  z  )
+console-functions.js:27 async ƒ whitespace2(  x  ,  y  ,  z  )    {   }
+console-functions.js:28 async ƒ whitespace2(  x  ,  y  ,  z  )
     arguments: (...)
     caller: (...)
     length: 3
     name: "whitespace2"
     __proto__: AsyncFunction
-    [[FunctionLocation]]: console-functions.html:19
+    [[FunctionLocation]]: console-functions.js:22
     [[Scopes]]: Scopes[1]
-console-functions.html:28 Object
+console-functions.js:31 {func0: ƒ, func1: ƒ, func2: ƒ, func3: ƒ, func4: ƒ, …}
     func0: ƒ simple()
     func1: async ƒ asyncSimple()
     func2: ƒ* genSimple()
@@ -131,10 +109,10 @@
     func5: ƒ namedArgs(x)
     func6: ƒ namedArgs2(x, y)
     func7: ƒ ({})
-    func8: ƒ *    whitespace(  x  )
+    func8: ƒ* whitespace(  x  )
     func9: async ƒ whitespace2(  x  ,  y  ,  z  )
     __proto__: Object
-console-functions.html:29 Object
+console-functions.js:32 Object
     func0: ƒ simple()
     func1: async ƒ asyncSimple()
     func2: ƒ* genSimple()
@@ -143,7 +121,7 @@
     func5: ƒ namedArgs(x)
     func6: ƒ namedArgs2(x, y)
     func7: ƒ ({})
-    func8: ƒ *    whitespace(  x  )
+    func8: ƒ* whitespace(  x  )
     func9: async ƒ whitespace2(  x  ,  y  ,  z  )
     __proto__: Object
 
