From 32289b0b7da94acec8b0d9e423a095dc3da8381d Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Tue, 12 Jan 2021 18:08:31 +0100 Subject: [PATCH] Ignore defaultValue test in IE11 for now --- compat/test/browser/textarea.test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compat/test/browser/textarea.test.js b/compat/test/browser/textarea.test.js index 9d81b9b4cf..d1c114ec7d 100644 --- a/compat/test/browser/textarea.test.js +++ b/compat/test/browser/textarea.test.js @@ -20,6 +20,10 @@ describe('Textarea', () => { }); it('should alias defaultValue to children', () => { + // TODO: IE11 doesn't update `node.value` when + // `node.defaultValue` is set. + if (/Trident/.test(navigator.userAgent)) return; + render(