Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / selection-rect-rounding.html
blob8731541b7fe9804399c9bf86e82d279d4eaa9d29
1 <style>
2 div::selection { background-color: green; }
3 </style>
4 <div id="target" style="font: 11px 'lucida grande'; color: transparent; width: 100px; overflow: hidden;">i x m n o p q r s t u v w x y z i x m n o p q r s t u v w x y z i x m n o p q r s t u v w x y z i x m n o p q r s t u v w x y z i x m n o p q r s t u v w x y z i x m n o p q r s t u </div>
5 <script>
6 getSelection().setBaseAndExtent(target, 0, target, 1);
7 </script>