Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt

Issue 1474983004: Mute non-CORS cross origin promise rejection events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
index 983ffdef6475545d7e70bd8a28977085d241b2d7..3980353f9042bc17d6642d782df6bd3832deca88 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
@@ -1,7 +1,7 @@
CONSOLE ERROR: line 23: Uncaught (in promise) Error: err1
CONSOLE ERROR: line 44: Uncaught (in promise) Error: err2
CONSOLE ERROR: line 62: Uncaught (in promise) NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
-CONSOLE ERROR: Uncaught (in promise) 42
+CONSOLE ERROR: line 68: Uncaught (in promise) 42
CONSOLE ERROR: line 73: Uncaught (in promise) 1e+100
CONSOLE ERROR: line 78: Uncaught (in promise) foo
CONSOLE ERROR: line 83: Uncaught (in promise) #<Object>
@@ -18,7 +18,9 @@ timeout @ console-uncaught-promise.html:16
console-uncaught-promise.html:62 Uncaught (in promise) DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.(…)
throwDOMException @ console-uncaught-promise.html:62
catcher @ console-uncaught-promise.html:54
-console-uncaught-promise.html:1 Uncaught (in promise) 42
+ console-uncaught-promise.html:68 Uncaught (in promise) 42
+promiseTest4 @ console-uncaught-promise.html:68
+timeout @ console-uncaught-promise.html:16
console-uncaught-promise.html:73 Uncaught (in promise) 1e+100
promiseTest5 @ console-uncaught-promise.html:73
timeout @ console-uncaught-promise.html:16

Powered by Google App Engine
This is Rietveld 408576698