Commit ac2e9a9d authored by Alexey Kozyatinskiy's avatar Alexey Kozyatinskiy Committed by Commit Bot

Marks fast/events/window-onerror-12.html as NeedsManualRebaseline

TBR=pfeldman@chromium.org

Bug: chromium:739965
Change-Id: Id0a4e0b9e336c78107c0fee82ec764d842c1f2f8
Reviewed-on: https://chromium-review.googlesource.com/565195Reviewed-by: default avatarAleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#485408}
parent da0f4b24
......@@ -1863,6 +1863,7 @@ crbug.com/723826 virtual/mojo-loading/http/tests/security/w3c/cross-origin-objec
crbug.com/724251 virtual/threaded/animations/svg-attribute-interpolation/svg-startOffset-interpolation.html [ Failure Pass ]
crbug.com/739965 inspector/console/console-log-linkify-stack-in-errors.html [ NeedsManualRebaseline ]
crbug.com/739965 fast/events/window-onerror-12.html [ NeedsManualRebaseline ]
crbug.com/736050 external/wpt/IndexedDB/idbcursor_advance_index.htm [ Pass Failure ]
crbug.com/736050 external/wpt/IndexedDB/idbcursor-continue-exception-order.htm [ Pass Failure ]
......
......@@ -6,30 +6,30 @@ This test should trigger 'window.onerror' for the exception in the attribute han
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 12, Column: 37)
window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 12, Column: 38)
Stack Trace:
TypeError: Cannot read property 'mu' of null
at HTMLButtonElement.onclick window-onerror-12.html:12:37
at HTMLButtonElement.onclick window-onerror-12.html:12:38
at window-onerror-12.html:33:24
Returning 'true': the error should not be reported in the console as an unhandled exception.
window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 35, Column: 18)
window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 35, Column: 19)
Stack Trace:
TypeError: Cannot read property 'mu' of null
at HTMLButtonElement.onclick window-onerror-12.html:35:18
at HTMLButtonElement.onclick window-onerror-12.html:35:19
at window-onerror-12.html:33:24
Returning 'true': the error should not be reported in the console as an unhandled exception.
window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 35, Column: 18)
window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 35, Column: 19)
Stack Trace:
TypeError: Cannot read property 'mu' of null
at HTMLButtonElement.onclick window-onerror-12.html:35:18
at HTMLButtonElement.onclick window-onerror-12.html:35:19
at window-onerror-12.html:33:24
Returning 'true': the error should not be reported in the console as an unhandled exception.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment