Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / subtree-relayout-expected.html
bloba708ce8582d475a15c39ee4a3e9dc965c75cadb2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
6 #subtree {
7 width: 100px;
8 height: 100px;
9 overflow: hidden;
12 </style>
13 </head>
14 <body>
15 <div id="subtree">This text appears inside a relayout boundary.</div>
16 </body>
17 </html>