| Index: third_party/WebKit/LayoutTests/fast/css/fontface-properties.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/fontface-properties.html b/third_party/WebKit/LayoutTests/fast/css/fontface-properties.html
|
| index 4b1437d9d0cc2a3d929c52bfefe2d1e248a8e29d..66ca02c9cac0fb9c46a09f31d11ce2679e12895f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/fontface-properties.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/fontface-properties.html
|
| @@ -23,6 +23,7 @@ function getDocumentFontFaces() {
|
| }
|
|
|
| function runTests() {
|
| + window.jsTestIsAsync = true;
|
| ahemFace = getDocumentFontFaces()[0];
|
| shouldBeEqualToString('ahemFace.family', 'Ahem');
|
| shouldBeEqualToString('ahemFace.style', 'italic');
|
| @@ -89,7 +90,7 @@ function runTests() {
|
| debug('FAIL: Expected NetworkError');
|
| }).catch(function(err) {
|
| shouldBeEqualToString('"' + err.message + '"' , 'A network error occurred.');
|
| - });
|
| + }).then(finishJSTest);
|
| }
|
|
|
| if (document.fonts)
|
|
|