| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 - The contents of this file are subject to the Mozilla Public | 2 - The contents of this file are subject to the Mozilla Public |
| 3 - License Version 1.1 (the "License"); you may not use this file | 3 - License Version 1.1 (the "License"); you may not use this file |
| 4 - except in compliance with the License. You may obtain a copy of | 4 - except in compliance with the License. You may obtain a copy of |
| 5 - the License at http://www.mozilla.org/MPL/ | 5 - the License at http://www.mozilla.org/MPL/ |
| 6 - | 6 - |
| 7 - Software distributed under the License is distributed on an "AS | 7 - Software distributed under the License is distributed on an "AS |
| 8 - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or | 8 - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 - implied. See the License for the specific language governing | 9 - implied. See the License for the specific language governing |
| 10 - rights and limitations under the License. | 10 - rights and limitations under the License. |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 <div class="box"><h2>document object</h2> | 64 <div class="box"><h2>document object</h2> |
| 65 <pre id="id2">@@No result@@</pre> | 65 <pre id="id2">@@No result@@</pre> |
| 66 </div> | 66 </div> |
| 67 <br> | 67 <br> |
| 68 <div class="box"><h2>document object serialized</h2> | 68 <div class="box"><h2>document object serialized</h2> |
| 69 <pre id="id3">@@No result@@</pre> | 69 <pre id="id3">@@No result@@</pre> |
| 70 </div> | 70 </div> |
| 71 | 71 |
| 72 </body> | 72 </body> |
| 73 </html> | 73 </html> |
| OLD | NEW |