diff options
author | athenian200 <athenian200@outlook.com> | 2020-10-23 19:45:52 -0500 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2020-10-28 14:17:02 -0500 |
commit | 7c2bcc48c455d4e4441b12834c3bd4c5bb33c9ba (patch) | |
tree | 57de1c4a48f24c57b36610d5e3a60ef639f5f8a0 /dom/animation | |
parent | 49765b53af01284a5d5479dfb8bb56da0ba87ca5 (diff) | |
download | uxp-7c2bcc48c455d4e4441b12834c3bd4c5bb33c9ba.tar.gz |
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')
-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 35e818a909..eeaaa33c4e 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", |