Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / word-spacing-inline-box-line-width.html
blob88dc26be2a848a663875493e441d777fb3d2e553
1 <!DOCTYPE html>
2 <style>
3 #container {
4 width: 300px;
5 height: 300px;
6 border: solid 1px red;
7 text-align: end;
8 word-spacing: 10px;
10 </style>
11 <div id="container">
12 <span>AAAAA</span>
13 <span style="display:inline-block">BBBBB</span>
14 <span>CCCCC</span>
15 </div>
16 This test passes if the texts are aligned right, without overflowing.