Revision f8c9d69b7f4d153bebd63ec52cb5399a404f82b7 authored by ffxbld on 26 June 2015, 18:24:57 UTC, committed by ffxbld on 26 June 2015, 18:24:57 UTC
1 parent 14d3695
Raw File
338427-2.html
<!DOCTYPE html>
<html class="reftest-wait">
<script>
function init() {
    var editor = document.getElementById('editor');
    editor.addEventListener("focus", function() {
        window.setTimeout(function() {
            document.documentElement.className = '';
        }, 0);
    }, false);
    editor.focus();
}
</script>
<body onload="init()">
    <div id="editor" lang="testing-XX" contenteditable="true">strangeimpossibleword</div>
</body>
</html>
back to top