Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / style / block-style-progress-crash.html
blob30eed623e6078c5c7b2c08918b5ab6efa5f14ba8
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
9 function runTest() {
10 var r = document.createRange();
11 getSelection().addRange(r);
12 document.execCommand('justifyRight', null, true);
13 document.body.innerHTML = 'PASS';
16 </script>
17 </head>
18 <body onload="runTest()" contentEditable>
19 <progress >>