Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / selection / paint-hyphen.html
1 <head>
2 <style>
3 div::selection {
4   color: red;
5   background-color: blue;
6 }
7 div {
8   width: 1px;
9   overflow: visible;
10 }
11 </style>
12 </head>
13 <div>M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;</div>
14 <script>
15 document.execCommand('SelectAll')
16 </script>