Files
UXP-Fixed/layout/reftests/bugs/495385-2-ref.html
T
2018-02-02 04:16:08 -05:00

16 lines
390 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
body > div { border:1px solid black; margin:1em;
font-family:sans-serif; letter-spacing:2px; }
</style>
</head>
<body>
<div><span>Hello</span> <span>Kitty</span></div>
<div><span>Hello</span> <span>Kitty</span></div>
<div><span>Hello</span> <span>Kitty</span></div>
<div><span>Hello</span> <span>Kitty</span></div>
</body>
</html>