mirror of
https://github.com/twitter/twemoji.git
synced 2025-04-29 02:47:25 +09:00
tests: remove unused CDN reference
This commit is contained in:
parent
dc97ab99a7
commit
720b6a175f
@ -225,8 +225,7 @@ wru.test([{
|
||||
},{
|
||||
name: 'nested nodes',
|
||||
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"/>',
|
||||
div = document.createElement('div'),
|
||||
var div = document.createElement('div'),
|
||||
p,
|
||||
img;
|
||||
div.innerHTML = '<p>I \u2764 emoji<strong>!</strong></p><p>I \u2764 them too</p>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user