blob: 30eed623e6078c5c7b2c08918b5ab6efa5f14ba8 [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 >>