| Index: LayoutTests/inspector/console/console-revoke-error-expected.txt
|
| diff --git a/LayoutTests/inspector/console/console-revoke-error-expected.txt b/LayoutTests/inspector/console/console-revoke-error-expected.txt
|
| index b77b7c215f6964f53ae95ea3753c3b1cfd43e799..df7a737842903bfbdc0d47a1b3bda02a3a82ab2c 100644
|
| --- a/LayoutTests/inspector/console/console-revoke-error-expected.txt
|
| +++ b/LayoutTests/inspector/console/console-revoke-error-expected.txt
|
| @@ -6,9 +6,11 @@ CONSOLE MESSAGE: Handler added to rejected promise
|
| Tests that console revokes lazily handled promise rejections.
|
|
|
| Creating promise
|
| -
|
| Message added: error log
|
| -errors: 1
|
| +Message added: error log
|
| +Message added: error log
|
| +
|
| +errors: 3
|
| revokedErrors: 0
|
| console-message-wrapper console-error-level
|
| console-message-wrapper console-error-level
|
| @@ -18,4 +20,6 @@ Handling promise
|
| console-message-wrapper console-revokedError-level
|
| console-message-wrapper console-error-level
|
| console-message-wrapper console-revokedError-level
|
| +errors: 1
|
| +revokedErrors: 2
|
|
|
|
|