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

Unified Diff: LayoutTests/fast/css/fontfaceset-in-detached-frame.html

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-in-detached-frame.html
diff --git a/LayoutTests/fast/css/fontfaceset-in-detached-frame.html b/LayoutTests/fast/css/fontfaceset-in-detached-frame.html
index a3965a9be0c63ba57fa02f7c01cc2eb7a0a519cd..8eaeab7ad7a23a078c9cab2e1e57ffc148fce3c4 100644
--- a/LayoutTests/fast/css/fontfaceset-in-detached-frame.html
+++ b/LayoutTests/fast/css/fontfaceset-in-detached-frame.html
@@ -14,7 +14,7 @@ function runTests() {
document.body.appendChild(frame);
var doc = frame.contentDocument;
document.body.removeChild(frame);
- doc.fonts.ready();
+ doc.fonts.ready;
}
if (document.fonts) {
« no previous file with comments | « LayoutTests/fast/css/fontfaceset-events-expected.txt ('k') | LayoutTests/fast/css/fontfaceset-in-detached-frame-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698