diff --git a/fixtures/attribute-behavior/src/attributes.js b/fixtures/attribute-behavior/src/attributes.js index 6222dcc9a099f..afd902d61d4c3 100644 --- a/fixtures/attribute-behavior/src/attributes.js +++ b/fixtures/attribute-behavior/src/attributes.js @@ -356,12 +356,7 @@ const attributes = [ }, {name: 'cols', tagName: 'textarea'}, {name: 'colSpan', containerTagName: 'tr', tagName: 'td'}, - { - name: 'content', - containerTagName: 'head', - tagName: 'meta', - extraProps: {name: 'description'}, - }, + {name: 'content', containerTagName: 'head', tagName: 'meta'}, {name: 'contentEditable'}, { name: 'contentScriptType',