blob: da0f66e5f21f6a504e1e032aa373c446812e781f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.layoutTestController)
layoutTestController.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 >>