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

13 lines
237 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
span { display:inline-block; width:100px; height:10px; background:yellow; }
</style>
</head>
<body>
<span></span><span style="background:none;"></span><span></span><br>
<span></span>
</body>
</html>