3 <title>Test for WebKit bug
29968: Selecting text with text-overflow ellipsis should not show cut off text
</title></head>
4 <style type=
"text/css">
9 text-overflow: ellipsis
;
13 <h3>Test for
<a href='https://bugs.webkit.org/show_bug.cgi?id=
29968'
>WebKit bug
29968</a>: Selecting text with text-overflow ellipsis should not show cut off text
</h3>
14 <div id=
"selection_with_ellipsis" class=
"cutoff">Lorem ipsum dolor
</div>
15 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
17 runAfterLayoutAndPaint(function() {
18 getSelection().setBaseAndExtent(selection_with_ellipsis
.firstChild
, 0, selection_with_ellipsis
.firstChild
, 11);