Bug 1242053 part 2 - [css-grid] Enable subgrid support for tests. r=dholbert

This commit is contained in:
Mats Palmgren 2016-01-27 17:02:13 +01:00
Родитель e251d1d43d
Коммит c53b82e57d
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -153,6 +153,7 @@ user_pref("layout.css.report_errors", true);
// Enable CSS Grid for testing
user_pref("layout.css.grid.enabled", true);
user_pref("layout.css.grid-template-subgrid-value.enabled", true);
// Enable CSS 'contain' for testing
user_pref("layout.css.contain.enabled", true);