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

Unified Diff: LayoutTests/fast/css/fontfaceset-multiple-faces-download-error.html

Issue 650203003: Revert of Catch uncaught promise rejections from V8 and log to console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/fontfaceset-multiple-families.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/fontfaceset-multiple-faces-download-error.html
diff --git a/LayoutTests/fast/css/fontfaceset-multiple-faces-download-error.html b/LayoutTests/fast/css/fontfaceset-multiple-faces-download-error.html
index 79ccee02cbf9cf232276911cf86064472ab714a4..faef39abc1d5faecd2aeca862bc9e92e279a829c 100644
--- a/LayoutTests/fast/css/fontfaceset-multiple-faces-download-error.html
+++ b/LayoutTests/fast/css/fontfaceset-multiple-faces-download-error.html
@@ -24,7 +24,7 @@
document.fonts.addEventListener('loadingerror', onLoadingError);
document.fonts.ready().then(finish);
- document.fonts.load('10px TestFont', 'abc').catch(function() {});
+ document.fonts.load('10px TestFont', 'abc');
}
var event;
« no previous file with comments | « no previous file | LayoutTests/fast/css/fontfaceset-multiple-families.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698