Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/color-emoji.html

Issue 2003853002: Color emoji tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert DEPS change Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ο»Ώ<html>
2 <body>
3 <p>Three different sizes. The large size in particular should appear detailed an d not pixelated.
4 <p>πŸ™‰πŸ˜»πŸ‘πŸΌπŸ²πŸ˜<span style="font-size: 5px;">πŸ™‰πŸ˜»πŸ‘πŸΌπŸ²πŸ˜</span> <span style="font-size: 72p x;">πŸ™‰πŸ˜»πŸ‘πŸΌπŸ²πŸ˜</span></p>
5 <p>For the following, the emoji colors should not change.<br>
6 The monkey should be colored, the sheep should be black outlined with a white bo dy, etc.</p>
7 <p style="font-size: 24px; background-color: blue; width: 400px;">blue backgroun d: πŸ™‰πŸ˜»πŸ‘πŸΌπŸ²πŸ˜</p>
8 <p style="font-size: 24px; color: red;">red text: πŸ™‰πŸ˜»πŸ‘πŸΌπŸ²πŸ˜</p>
9 <div style="-webkit-transform: rotate(-45deg); width: 200px; height: 200px; left : 500px; top: 200px; position:absolute;">
10 <p style="font-size: 24px;">rotated emoji: πŸ™‰πŸ˜<br><span style="color: green;">gre en text: 😻🍼</span><br><span style="background-color: purple;">purple bg: πŸ‘πŸ²</spa n></p>
11 </div>
12 <p>For the following, each emoji should appear in two different colors.<br>
13 Color swatches should not be visible.
14 <p style="font-size: 24px;">zero-width-joiners: ✌&zwj;&#x1f3ff;✌&zwj;&#x1f3fc;πŸ‘―& zwj;&#x1f3fb;πŸ‘―&zwj;&#x1f3ff;πŸ‘²&zwj;&#x1f3fd;πŸ‘²&zwj;&#x1f3fb;</p>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698