From dfb5f2679e4c8710c0cc322302abc8c1c2d467f4 Mon Sep 17 00:00:00 2001 From: eps1lon Date: Fri, 10 Feb 2023 16:50:09 +0100 Subject: [PATCH] Remove unnecessary `extraProps` --- fixtures/attribute-behavior/src/attributes.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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',