blob: ac328e608250078b4696c64565be4ec1134d439e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function runTest() {
var r = document.createRange();
getSelection().addRange(r);
document.execCommand('justifyRight', null, true);
document.body.innerHTML = 'PASS';
}
</script>
</head>
<body onload="runTest()" contentEditable>
<progress >>