mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-28 06:18:30 +00:00
I meant frowning. not smiley
This commit is contained in:
parent
963b2d0906
commit
8e802331f5
@ -509,7 +509,7 @@ wru.test([{
|
|||||||
div.getElementsByTagName('img')[0].alt.length === 2);
|
div.getElementsByTagName('img')[0].alt.length === 2);
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: 'non standard iOS smiley variant',
|
name: 'non standard iOS frowning variant',
|
||||||
test: function () {
|
test: function () {
|
||||||
var div = document.createElement('div');
|
var div = document.createElement('div');
|
||||||
div.innerHTML = '\u2639\ufe0f';
|
div.innerHTML = '\u2639\ufe0f';
|
||||||
@ -522,7 +522,7 @@ wru.test([{
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
name: 'same but standard smiley',
|
name: 'same but standard frowning',
|
||||||
test: function () {
|
test: function () {
|
||||||
var div = document.createElement('div');
|
var div = document.createElement('div');
|
||||||
div.innerHTML = '\u2639';
|
div.innerHTML = '\u2639';
|
||||||
|
Loading…
Reference in New Issue
Block a user