Bug 1149535 - enable unicode-range for testing. r=heycam

This commit is contained in:
John Daggett 2015-04-01 15:08:48 +09:00
Родитель 15e312dd82
Коммит f5ee161b6c
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -156,6 +156,9 @@ user_pref("layout.css.ruby.enabled", true);
// Enable CSS Font Loading API for testing
user_pref("layout.css.font-loading-api.enabled", true);
// Enable unicode-range for testing
user_pref("layout.css.unicode-range.enabled", true);
// Disable spammy layout warnings because they pollute test logs
user_pref("layout.spammy_warnings.enabled", false);