| 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 onloadingdone is fired after style recalculation. | 1 Test that onloadingdone is fired after style recalculation. |
| 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 loadingdone | 6 loadingdone |
| 8 PASS window.getComputedStyle(testDiv, 0).width is "48px" | 7 PASS window.getComputedStyle(testDiv, 0).width is "48px" |
| 9 ready() promise fulfilled | 8 ready promise fulfilled |
| 10 PASS window.getComputedStyle(testDiv, 0).width is "48px" | 9 PASS window.getComputedStyle(testDiv, 0).width is "48px" |
| 11 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 12 | 11 |
| 13 TEST COMPLETE | 12 TEST COMPLETE |
| 14 aaa | 13 aaa |
| OLD | NEW |