diff options
Diffstat (limited to 'tests/wpt/css-tests/css-transitions-1_dev/xhtml1/reference/support/properties.js')
-rw-r--r-- | tests/wpt/css-tests/css-transitions-1_dev/xhtml1/reference/support/properties.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/css-tests/css-transitions-1_dev/xhtml1/reference/support/properties.js b/tests/wpt/css-tests/css-transitions-1_dev/xhtml1/reference/support/properties.js index 0ca8fedc05c..ddecfb6e336 100644 --- a/tests/wpt/css-tests/css-transitions-1_dev/xhtml1/reference/support/properties.js +++ b/tests/wpt/css-tests/css-transitions-1_dev/xhtml1/reference/support/properties.js @@ -210,7 +210,7 @@ var properties = { 'line-height': ['number', 'length', 'percentage'], 'letter-spacing': ['length'], // Note: percentage is Level3 and not implemented anywhere yet - // http://dev.w3.org/csswg/css3-text/#word-spacing + // https://drafts.csswg.org/css3-text/#word-spacing 'word-spacing': ['length', 'percentage'], 'text-indent': ['length', 'percentage'], 'text-shadow': ['shadow'], @@ -278,7 +278,7 @@ var unspecified_properties = { 'border-bottom-right-radius': ['border-radius'], 'background-image': ['image'], 'background-size': ['background-size'], - // http://dev.w3.org/csswg/css3-background/#the-box-shadow + // https://drafts.csswg.org/css3-background/#the-box-shadow // Animatable: yes, except between inner and outer shadows (Transition to/from an absent shadow is a transition to/from ‘0 0 transparent’ or ‘0 0 transparent inset’, as appropriate.) 'box-shadow': ['box-shadow'], 'font-size-adjust': ['number'], |