From f492450a012167c1fdcbc166742f2329164df7b3 Mon Sep 17 00:00:00 2001 From: heff Date: Mon, 31 Aug 2015 17:17:26 -0700 Subject: [PATCH] Small fix to an IE9 broken test, introduced in #2513 --- test/unit/utils/dom.test.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/unit/utils/dom.test.js b/test/unit/utils/dom.test.js index bb80027ae..ffab20be8 100644 --- a/test/unit/utils/dom.test.js +++ b/test/unit/utils/dom.test.js @@ -92,8 +92,9 @@ test('should set element attributes from object', function(){ test('should read tag attributes from elements, including HTML5 in all browsers', function(){ // Creating the source/track tags outside of the video tag prevents log errors let tags = ` - - + `;