| 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>
|
|
|