diff --git a/src/vscode-textarea/vscode-textarea.test.ts b/src/vscode-textarea/vscode-textarea.test.ts index 3d515bc3b..4d07c4851 100644 --- a/src/vscode-textarea/vscode-textarea.test.ts +++ b/src/vscode-textarea/vscode-textarea.test.ts @@ -19,7 +19,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -36,7 +36,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -53,7 +53,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -70,7 +70,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -87,7 +87,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -104,7 +104,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -121,7 +121,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -138,7 +138,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -155,7 +155,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -172,7 +172,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -185,11 +185,11 @@ describe('vscode-textarea', () => { expect(el).shadowDom.to.equal(`
`); }); @@ -206,7 +206,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); }); @@ -223,7 +223,7 @@ describe('vscode-textarea', () => { aria-label="" id="textarea" spellcheck="false" - style="resize:none;" + style="" > `); });