blob: 1a87a6db111c4b257d8f2e5d1b23456684410206 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.onload= function() {
document.designMode = "on";
document.execCommand("SelectAll");
document.execCommand("JustifyRight");
document.body.textContent = 'PASS if Blink doesn\'t crash.';
};
</script>
<style>
.CLASS3 {
-webkit-text-decorations-in-effect:underline;
}
</style>
<body class="CLASS3">
nls
<hr>
</body>
</html>