Update web-platform-tests to revision 7a6f5673ff5d146ca5c09c6a1b42b7706cfee328

This commit is contained in:
WPT Sync Bot 2018-06-28 21:05:13 -04:00
parent e2fca1b228
commit 4787b28da3
261 changed files with 8195 additions and 4689 deletions

View file

@ -997,23 +997,23 @@ const gCSSProperties = {
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: [
]
},