Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / display-inline-style-adjust-expected.html
1 <!DOCTYPE html>
2 <style>
3 div {
4   position: absolute;
5   top: 4em;
6   width: 400px;
7 }
8 </style>
9
10 <div>
11   <span>This sentence should span a single line.</span>
12 </div>