| Index: LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt
|
| diff --git a/LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt b/LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt
|
| index 135c4282cbddf95a2f22281195e4110bc31e1706..461e788adfbe5ef4f3c011195a6353aa1e384fae 100644
|
| --- a/LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt
|
| +++ b/LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt
|
| @@ -1,14 +1,14 @@
|
| -Test for FontFaceSet.loading attribute
|
| +Test for FontFaceSet.status attribute
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS document.fonts.checkFont('10px TestFont') is false
|
| -PASS document.fonts.loading is false
|
| -PASS document.fonts.loading is true
|
| -PASS document.fonts.checkFont('10px TestFont') is true
|
| -PASS document.fonts.loading is true
|
| -PASS document.fonts.loading is false
|
| +PASS document.fonts.check('10px TestFont') is false
|
| +PASS document.fonts.status is "loaded"
|
| +PASS document.fonts.status is "loading"
|
| +PASS document.fonts.check('10px TestFont') is true
|
| +PASS document.fonts.status is "loaded"
|
| +PASS document.fonts.status is "loaded"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|