зеркало из https://github.com/mozilla/pjs.git
12 строки
232 B
HTML
12 строки
232 B
HTML
|
<!DOCTYPE html>
|
||
|
<!-- Use the 0-width non-breakable space to force the same kerning behavior
|
||
|
as <wbr> -->
|
||
|
<html>
|
||
|
<div style="width: 100em">
|
||
|
AB
|
||
|
</div>
|
||
|
<div style="width: 0">
|
||
|
A B
|
||
|
</div>
|
||
|
</html>
|