mirror of
https://github.com/twitter/twemoji.git
synced 2025-05-04 05:17:17 +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',
|
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>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user