tests: remove unused CDN reference

This commit is contained in:
Justine De Caires 2023-01-10 15:06:16 -06:00
parent dc97ab99a7
commit 720b6a175f

View File

@ -225,8 +225,7 @@ wru.test([{
},{ },{
name: 'nested nodes', name: 'nested nodes',
test: function () { test: function () {
var str = '<img class="emoji" draggable="false" alt="\u2764" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/72x72/2764.png"/>', var div = document.createElement('div'),
div = document.createElement('div'),
p, p,
img; img;
div.innerHTML = '<p>I \u2764 emoji<strong>!</strong></p><p>I \u2764 them too</p>'; div.innerHTML = '<p>I \u2764 emoji<strong>!</strong></p><p>I \u2764 them too</p>';