Ticket #8300: test-non-editable-block.html

File test-non-editable-block.html, 248 bytes (added by Garry Yao, 14 years ago)
Line 
1<!DOCTYPE html>
2<html>
3<head>
4<script>
5window.onload = function()
6{
7        alert( document.body.firstChild );
8};
9</script>
10</head>
11<body contenteditable="true">
12        <p contenteditable="false">This paragraph is read-only.</p>
13</body>
14</html>         
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy