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 faef39abc1d5faecd2aeca862bc9e92e279a829c..79ccee02cbf9cf232276911cf86064472ab714a4 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 @@ function runTests() { |
document.fonts.addEventListener('loadingerror', onLoadingError); |
document.fonts.ready().then(finish); |
- document.fonts.load('10px TestFont', 'abc'); |
+ document.fonts.load('10px TestFont', 'abc').catch(function() {}); |
} |
var event; |