Bug 1464782: Update a WPT test which is using the offset properties. r?xidorn draft
authorEmilio Cobos Álvarez <emilio@crisal.io>
Tue, 26 Jun 2018 20:39:36 +0200
changeset 811246 1d63a49db17cae2240bcf0bf51e4b9af3e40759f
parent 811245 2d9158809847177145bdc9006e43ce7c33f56f08
child 811247 06735c30610cdf0572a083d980f5c78dee0c5bd5
push id114244
push userbmo:emilio@crisal.io
push dateWed, 27 Jun 2018 09:27:25 +0000
reviewersxidorn
bugs1464782
milestone63.0a1
Bug 1464782: Update a WPT test which is using the offset properties. r?xidorn The rest of them are under css/vendor-imports, and that's coming in a sec. MozReview-Commit-ID: 4oDq8NUS3ae
testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js
--- a/testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js
+++ b/testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js
@@ -992,33 +992,33 @@ const gCSSProperties = {
       { type: 'discrete', options: [ [ 'fill', 'contain' ] ] }
     ]
   },
   'object-position': {
     // https://drafts.csswg.org/css-images-3/#propdef-object-position
     types: [
     ]
   },
-  'offset-block-end': {
-    // https://drafts.csswg.org/css-logical-props/#propdef-offset-block-end
+  'inset-block-end': {
+    // https://drafts.csswg.org/css-logical-props/#propdef-inset-block-end
     types: [
     ]
   },
-  'offset-block-start': {
-    // https://drafts.csswg.org/css-logical-props/#propdef-offset-block-start
+  'inset-block-start': {
+    // https://drafts.csswg.org/css-logical-props/#propdef-inset-block-start
     types: [
     ]
   },
-  'offset-inline-end': {
-    // https://drafts.csswg.org/css-logical-props/#propdef-offset-inline-end
+  'inset-inline-end': {
+    // https://drafts.csswg.org/css-logical-props/#propdef-inset-inline-end
     types: [
     ]
   },
-  'offset-inline-start': {
-    // https://drafts.csswg.org/css-logical-props/#propdef-offset-inline-start
+  'inset-inline-start': {
+    // https://drafts.csswg.org/css-logical-props/#propdef-inset-inline-start
     types: [
     ]
   },
   'opacity': {
     // https://drafts.csswg.org/css-color/#propdef-opacity
     types: [
     ]
   },