Index: LayoutTests/fast/dom/Window/console-functions-expected.txt |
diff --git a/LayoutTests/fast/dom/Window/console-functions-expected.txt b/LayoutTests/fast/dom/Window/console-functions-expected.txt |
index 9a030841d95f44df0c964a9895b54106960247ea..96222c60566cb3930e2eb8bac7dac1ffacd5f0cd 100644 |
--- a/LayoutTests/fast/dom/Window/console-functions-expected.txt |
+++ b/LayoutTests/fast/dom/Window/console-functions-expected.txt |
@@ -1,7 +1,7 @@ |
CONSOLE MESSAGE: line 10: console.log() called. |
CONSOLE MESSAGE: line 11: console.info() called. |
-CONSOLE MESSAGE: line 12: console.warn() called. |
-CONSOLE MESSAGE: line 13: console.error() called. |
+CONSOLE WARNING: line 12: console.warn() called. |
+CONSOLE ERROR: line 13: console.error() called. |
Tests window.console functions. To make sure this test passed you must check the console for the following 4 messages: |
console.log() called. |