Index: LayoutTests/fast/events/onunload-clears-onbeforeunload-expected.txt |
diff --git a/LayoutTests/fast/events/onunload-clears-onbeforeunload-expected.txt b/LayoutTests/fast/events/onunload-clears-onbeforeunload-expected.txt |
index b7c35f09a88e3bb67b708aed7a19e564792e7a96..4e56482b1a6dcc254f45b91b8a7414d055d8b91c 100644 |
--- a/LayoutTests/fast/events/onunload-clears-onbeforeunload-expected.txt |
+++ b/LayoutTests/fast/events/onunload-clears-onbeforeunload-expected.txt |
@@ -1,4 +1,4 @@ |
main frame - has 1 onunload handler(s) |
-CONSOLE MESSAGE: Blocked alert('before unload') during beforeunload. |
-CONSOLE MESSAGE: Blocked alert('unload') during unload. |
+CONSOLE ERROR: Blocked alert('before unload') during beforeunload. |
+CONSOLE ERROR: Blocked alert('unload') during unload. |
If you didn't hit an assert you PASS. |