diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-01 19:32:49 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-01 19:32:49 +0200 |
commit | 1ff8ad0ef25bcd481f025077177cde7e3577f835 (patch) | |
tree | d47291e5471dc98ebf2e4f4d5281d9c3eda15518 /testing | |
parent | 626b9cb6c87fc4cf8f42d6c6671ae1da92d5d50d (diff) | |
download | uxp-1ff8ad0ef25bcd481f025077177cde7e3577f835.tar.gz |
moebius#90: CSS - implement text-justify property
Diffstat (limited to 'testing')
-rw-r--r-- | testing/profiles/prefs_general.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/profiles/prefs_general.js b/testing/profiles/prefs_general.js index 91218b5f39..a9572b912b 100644 --- a/testing/profiles/prefs_general.js +++ b/testing/profiles/prefs_general.js @@ -181,6 +181,9 @@ user_pref("layout.css.prefixes.device-pixel-ratio-webkit", true); // Enable CSS shape-outside for testing user_pref("layout.css.shape-outside.enabled", true); +// Enable CSS text-justify for testing +user_pref("layout.css.text-justify.enabled", true); + // Disable spammy layout warnings because they pollute test logs user_pref("layout.spammy_warnings.enabled", false); |