summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/justification-2b.html
blob: 5ff414ff520df5c948e601da69d988e3f61eaaaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<head>
<style>
span { display:inline-block; width:100px; height:10px; background:yellow; }
</style>
</head>
<!-- Test that text-align is taken from the containing block only -->
<body style="text-align:justify; width:300px;">
<span></span><span style="display:inline; text-align:left; background:none"> <span></span>
<span></span>
</body>
</html>