Make reftests wait for fonts to load over WebDriver#6558
Make reftests wait for fonts to load over WebDriver#6558jgraham merged 3 commits intoweb-platform-tests:masterfrom
Conversation
Fixes web-platform-tests#6328. Fixes web-platform-tests#5412. Fixes, partially, web-platform-tests#6327.
The blocker appears to have been Mutation Observers, which were implemented in servo/servo#16883.
1e9f86a to
9ee37f6
Compare
Firefox (nightly)Testing web-platform-tests at revision 9d65700 |
Sauce (safari)Testing web-platform-tests at revision 9d65700 |
Chrome (unstable)Testing web-platform-tests at revision 65e7d89 |
Sauce (MicrosoftEdge)Testing web-platform-tests at revision 65e7d89 |
|
This looks good to me, but I'd like to wait for @jgraham to weigh in on how we make sure it doesn't break Servo. |
|
These changes will not break Servo. |
|
w3c-test:mirror |
|
Reviewed 6 of 6 files at r1. Comments from Reviewable |
Fixes #6328. Fixes #5412. Fixes, partially, #6327.
This doesn't change the Martionette script as per w3c/csswg-drafts#1088 (comment) Firefox blocks the load event on fonts loading.
This change is