зеркало из https://github.com/mozilla/gecko-dev.git
25 строки
647 B
HTML
25 строки
647 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset=utf-8>
|
||
|
<style>
|
||
|
.test {
|
||
|
width: 5em;
|
||
|
border: 1px solid silver;
|
||
|
margin: 1em;
|
||
|
padding: 2px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
The emoji faces should wrap within the box; the series of flags should not wrap.
|
||
|
<div class=test>
|
||
|
😀😁😂😃😄😅😆😇<!--
|
||
|
-->😈😉😊😋😌😍😎😏<!--
|
||
|
-->🇯🇵🇰🇷🇩🇪🇨🇳<!--
|
||
|
-->🇺🇸🇫🇷🇪🇸🇮🇹<!--
|
||
|
-->🇷🇺🇬🇧
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|