mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Issue #1838 - Part 1: Remove CSS grid preference
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1398492
This commit is contained in:
parent
15065117ff
commit
4f059d2c8b
15 changed files with 585 additions and 664 deletions
|
|
@ -1923,9 +1923,6 @@ function test_font_weight(prop) {
|
|||
}
|
||||
|
||||
function test_grid_gap(prop) {
|
||||
if (!SpecialPowers.getBoolPref("layout.css.grid.enabled")) {
|
||||
return;
|
||||
}
|
||||
test_length_transition(prop);
|
||||
test_length_clamped(prop);
|
||||
test_percent_transition(prop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue