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

Unified Diff: LayoutTests/http/tests/css/css-resources-referrer-srcdoc.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/http/tests/css/css-resources-referrer-srcdoc.html
diff --git a/LayoutTests/http/tests/css/css-resources-referrer-srcdoc.html b/LayoutTests/http/tests/css/css-resources-referrer-srcdoc.html
index 9160100eaa7bc5d9de2ed4fad62a26f2815f9ac8..ea6b2cb73f8b424aeca56b688d2b3881c1d80dea 100644
--- a/LayoutTests/http/tests/css/css-resources-referrer-srcdoc.html
+++ b/LayoutTests/http/tests/css/css-resources-referrer-srcdoc.html
@@ -31,6 +31,6 @@
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
- document.fonts.ready().then(function() { testRunner.notifyDone(); });
+ document.fonts.ready.then(function() { testRunner.notifyDone(); });
}
</script>

Powered by Google App Engine
This is Rietveld 408576698