Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / selection / text-selection-newline.html
blob200a49ece6cb4bd3863a8c5f2b9a31b0afe5b75f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../resources/ahem.js"></script>
5 <script src="../../resources/run-after-layout-and-paint.js"></script>
6 <script src="resources/selection.js"></script>
7 <style>
8 div {
9 font-family: Ahem;
10 width: 2em;
12 </style>
13 </head>
14 <body onload="selectRange(container, 0, container, 1);">
15 <!-- Two lines in one block which should wrap and include space representing
16 a newline only at the end of the first line. -->
17 <div id="container">
18 xx y
19 </div>
20 </body>