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

Unified Diff: LayoutTests/svg/custom/repaint-shadow.svg

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/svg/custom/repaint-shadow.svg
diff --git a/LayoutTests/svg/custom/repaint-shadow.svg b/LayoutTests/svg/custom/repaint-shadow.svg
index 79853234a83442bc8bdbcd908f26ec2ed35ab229..4e5d80c3d712e24630ec24bbbcca7c49b44c92ed 100644
--- a/LayoutTests/svg/custom/repaint-shadow.svg
+++ b/LayoutTests/svg/custom/repaint-shadow.svg
@@ -18,6 +18,6 @@
}
if (window.testRunner)
testRunner.waitUntilDone();
- document.fonts.ready().then(runRepaintAndPixelTest);
+ document.fonts.ready.then(runRepaintAndPixelTest);
</script>
</svg>

Powered by Google App Engine
This is Rietveld 408576698