diff options
author | athenian200 <athenian200@outlook.com> | 2020-10-23 19:45:52 -0500 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-11-18 10:51:22 +0000 |
commit | 4de0e9c68d3f1a04d5d6c236d5f06fff7244c074 (patch) | |
tree | 74a729c2baee1bb1836939dc33c4b136d6a91aa3 /dom/animation/test | |
parent | 4dae04e594f6662dcfb03fd304494841ca542091 (diff) | |
download | UXP-4de0e9c68d3f1a04d5d6c236d5f06fff7244c074.tar UXP-4de0e9c68d3f1a04d5d6c236d5f06fff7244c074.tar.gz UXP-4de0e9c68d3f1a04d5d6c236d5f06fff7244c074.tar.lz UXP-4de0e9c68d3f1a04d5d6c236d5f06fff7244c074.tar.xz UXP-4de0e9c68d3f1a04d5d6c236d5f06fff7244c074.zip |
Issue #1673 - Part 2: Make tab-size animatable and fix typos.
There were a few typos in the previous patch and this patch also makes tab-size animatable which didn't really require much of a change at all.
Diffstat (limited to 'dom/animation/test')
-rw-r--r-- | dom/animation/test/mozilla/file_discrete-animations.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/animation/test/mozilla/file_discrete-animations.html b/dom/animation/test/mozilla/file_discrete-animations.html index 35e818a90..eeaaa33c4 100644 --- a/dom/animation/test/mozilla/file_discrete-animations.html +++ b/dom/animation/test/mozilla/file_discrete-animations.html @@ -75,11 +75,6 @@ const gMozillaSpecificProperties = { from: "ignore", to: "stretch-to-fit" }, - "-moz-tab-size": { - // https://drafts.csswg.org/css-text-3/#propdef-tab-size - from: "1", - to: "5" - }, "-moz-text-size-adjust": { // https://drafts.csswg.org/css-size-adjust/#propdef-text-size-adjust from: "none", |