Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / inline-block-with-mixed-direction-words.html
blob4fc7092f76e6b83abb1a78e1a167e00802c1574d
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 span {
6 display: inline-block;
7 font: menu;
8 background: pink;
9 line-height: 1.5em;
10 position: absolute;
11 top: 50px;
12 border: 1px solid white;
14 </style>
15 </head>
16 <body>
17 <p>
18 The pink background should extend the full width of the
19 two blocks.
20 </p>
21 <span>AB&#x0627;&#x0628;</span>
22 <span>12&#x0627;|&#x0628;:</span>
23 </body>
24 </html>