Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: LayoutTests/fast/css/fontfaceset-loadingdone-expected.txt

Issue 816923002: Switch FontFaceSet#ready from a method to an attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/fontfaceset-loadingdone-expected.txt
diff --git a/LayoutTests/fast/css/fontfaceset-loadingdone-expected.txt b/LayoutTests/fast/css/fontfaceset-loadingdone-expected.txt
index 2c08699b88a046097122300de1548ff7dd0625e6..0bddf5fd5597075d78f0dff9aef215ca38b161cd 100644
--- a/LayoutTests/fast/css/fontfaceset-loadingdone-expected.txt
+++ b/LayoutTests/fast/css/fontfaceset-loadingdone-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: document.fonts.ready() method is going to be replaced with document.fonts.ready attribute in future releases. Please be prepared. For more help, check https://code.google.com/p/chromium/issues/detail?id=392077#c3 .
Test that onloadingdone is fired after style recalculation.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -6,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
loadingdone
PASS window.getComputedStyle(testDiv, 0).width is "48px"
-ready() promise fulfilled
+ready promise fulfilled
PASS window.getComputedStyle(testDiv, 0).width is "48px"
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/css/fontfaceset-loadingdone.html ('k') | LayoutTests/fast/css/fontfaceset-multiple-faces.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698