| 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..913912749e65f09b432e1ddb062bcdd822a0941c 100644
|
| --- a/LayoutTests/fast/css/fontfaceset-multiple-faces-download-error.html
|
| +++ b/LayoutTests/fast/css/fontfaceset-multiple-faces-download-error.html
|
| @@ -22,7 +22,7 @@ function runTests() {
|
| document.fonts.addEventListener('loading', onLoading);
|
| document.fonts.addEventListener('loadingdone', onLoadingDone);
|
| document.fonts.addEventListener('loadingerror', onLoadingError);
|
| - document.fonts.ready().then(finish);
|
| + document.fonts.ready.then(finish);
|
|
|
| document.fonts.load('10px TestFont', 'abc').catch(function() {});
|
| }
|
|
|