Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / applystyle-to-inline-in-block.html
blobfe5f8b5a67975da89437a2201df966d932a649f0
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
4 <script>
5 function test() {
6 if (window.testRunner)
7 testRunner.dumpAsText();
9 document.getElementById("dv").focus();
10 document.execCommand("JustifyRight", false);
12 </script>
13 </head>
14 <body onload="test()">
15 This test passes if it doesn't crash.<br>
16 <div contentEditable id="dv"><span><br>ד0</span></div>
17 </body>
18 </html>