Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / selection / text-selection-newline-across-blocks.html
blob1d390c5ef93d43a8f7153b0b5a3903c47e348e3b
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;
11 </style>
12 </head>
13 <body onload="selectRangeAfterLayoutAndPaint(container, 0, container2, 1);">
14 <!-- Two blocks each with one line. Selection should include space
15 representing a newline at end of the first line. -->
16 <div id="container">
18 </div>
19 <div id="container2">
21 </div>
22 </body>