Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / selection / text-selection-newline-vertical.html
blobbffaabd9770bf57f3e32a2b9c2da94c70f732408
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 height: 2em;
11 -webkit-writing-mode: vertical-lr;
13 </style>
14 </head>
15 <body onload="selectRange(container, 0, container, 1);">
16 <!-- Two lines in one block which should wrap and *not* include space representing
17 a newline at the end of the first line, since newline selection highlighting
18 is currently only enabled for horizontal text. -->
19 <div id="container">
20 xx y
21 </div>
22 </body>