Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / display-inline-style-adjust-expected.html
blobc237fdef0e0ecd702930683ebc969248a760039b
1 <!DOCTYPE html>
2 <style>
3 div {
4 position: absolute;
5 top: 4em;
6 width: 400px;
8 </style>
10 <div>
11 <span>This sentence should span a single line.</span>
12 </div>