mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
36
layout/reftests/line-breaking/emoji-1-ref.html
Normal file
36
layout/reftests/line-breaking/emoji-1-ref.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<style>
|
||||
.test {
|
||||
width: 6em;
|
||||
border: 1px solid silver;
|
||||
margin: 1em;
|
||||
padding: 2px;
|
||||
}
|
||||
.wrapped {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
The emoji should wrap within the box in both cases:
|
||||
<div class="test">
|
||||
abcde fghij klmno pqrst uvw xyz
|
||||
😀😁😂😃 😄😅😆😇
|
||||
😈😉😊😋 😌😍😎😏
|
||||
abcdefghijklmnopqrstuvwxyz
|
||||
<span class="wrapped">😀😁😂😃😄😅😆😇<!--
|
||||
-->😈😉😊😋😌😍😎😏</span>
|
||||
</div>
|
||||
<div class="test wrapped">
|
||||
abcde fghij klmno pqrst uvw xyz
|
||||
😀😁😂😃 😄😅😆😇
|
||||
😈😉😊😋 😌😍😎😏
|
||||
abcdefghijklmnopqrstuvwxyz
|
||||
😀😁😂😃😄😅😆😇<!--
|
||||
-->😈😉😊😋😌😍😎😏
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue