gecko-dev/editor/reftests/694880-2.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 строки
248 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<html>
<style>
:read-only { color: green; }
:read-write { color: red; }
</style>
<body onload="document.designMode='on';document.designMode='off'">
<div>test</div>
<div contenteditable></div>
</body>
</html>