Index: LayoutTests/inspector/console/console-uncaught-exception-expected.txt |
diff --git a/LayoutTests/inspector/console/console-uncaught-exception-expected.txt b/LayoutTests/inspector/console/console-uncaught-exception-expected.txt |
index c750261258f716edefe90e3ee766a2953c9174f4..f0f233fa73455e81ebc4e9a69f10dba91587ab9e 100644 |
--- a/LayoutTests/inspector/console/console-uncaught-exception-expected.txt |
+++ b/LayoutTests/inspector/console/console-uncaught-exception-expected.txt |
@@ -1,6 +1,6 @@ |
-CONSOLE MESSAGE: line 18: Uncaught Error: Exception in inline script. |
-CONSOLE MESSAGE: line 11: Uncaught Error: Exception in 'load' event listener. |
-CONSOLE MESSAGE: line 6: Uncaught Error: Exception in setTimeout callback. |
+CONSOLE ERROR: line 18: Uncaught Error: Exception in inline script. |
+CONSOLE ERROR: line 11: Uncaught Error: Exception in 'load' event listener. |
+CONSOLE ERROR: line 6: Uncaught Error: Exception in setTimeout callback. |
Tests that uncaught exceptions are logged into console.Bug 47250. |