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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/webfont/fallback-font-while-loading.html

Issue 1483543002: Always use user preference font before system fallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update bug # for slow expectations Created 5 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: third_party/WebKit/LayoutTests/http/tests/webfont/fallback-font-while-loading.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/webfont/fallback-font-while-loading.html b/third_party/WebKit/LayoutTests/http/tests/webfont/fallback-font-while-loading.html
index 884ff6a2ff2078d4d75bae0a8642d3a2694b2b45..b569f1a6a37afd24e4df7d0eb7f1c1d06890df9d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/webfont/fallback-font-while-loading.html
+++ b/third_party/WebKit/LayoutTests/http/tests/webfont/fallback-font-while-loading.html
@@ -55,6 +55,6 @@ function checkSize(fallbackFont) {
checkSize('arial');
checkSize('serif');
-// FIXME: checkSize('default');
+checkSize('default');
// FIXME: checkSize('monospace');
</script>

Powered by Google App Engine
This is Rietveld 408576698