| OLD | NEW |
| 1 CONSOLE WARNING: document.fonts.ready() method is going to be replaced with docu
ment.fonts.ready attribute in future releases. Please be prepared. For more help
, check https://code.google.com/p/chromium/issues/detail?id=392077#c3 . | |
| 2 Test that the event handlers of FontFaceSet are called in the correct order. | 1 Test that the event handlers of FontFaceSet are called in the correct order. |
| 3 | 2 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 4 |
| 6 | 5 |
| 7 PASS event.type is "loading" | 6 PASS event.type is "loading" |
| 8 PASS event.type is "loadingdone" | 7 PASS event.type is "loadingdone" |
| 9 PASS numberOfEvents is 2 | 8 PASS numberOfEvents is 2 |
| 10 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 11 | 10 |
| 12 TEST COMPLETE | 11 TEST COMPLETE |
| 13 Hello, world! | 12 Hello, world! |
| OLD | NEW |