2018-01-19 03:59:58 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<style>
|
2025-06-29 02:10:26 -07:00
|
|
|
:read-only { color: green; }
|
|
|
|
|
:read-write { color: red; }
|
2018-01-19 03:59:58 +08:00
|
|
|
</style>
|
|
|
|
|
<body onload="document.designMode='on';document.designMode='off'">
|
|
|
|
|
<div>test</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|