Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / line-layout / selection-highlight-crash.html
1 <!DOCTYPE html>
2 <html>
3 <body contenteditable="true">
4 Test passes if it does not crash.<br/>
5 a<ruby>b<rt>c</rt></ruby>d
6 <script>
7 if (window.testRunner)
8     testRunner.dumpAsText();
9
10 document.execCommand("SelectAll");
11 </script>
12 </body>
13 </html>
14