File: textrange_test_dom.html

package info (click to toggle)
aseba-plugin-blockly 20180211%2Bgit-2
  • links: PTS
  • area: non-free
  • in suites: buster
  • size: 64,472 kB
  • sloc: xml: 7,976; python: 2,314; sh: 261; lisp: 24; makefile: 10
file content (33 lines) | stat: -rw-r--r-- 1,237 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--
Copyright 2008 The Closure Library Authors. All Rights Reserved.

Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<div id="test1"></div>
<div id="test2">
  <img id="logo" src="http://www.google.com/intl/en_ALL/images/logo.gif">
</div>
<!-- Omit whitespace here to ensure no extra text nodes are included. -->
<table id="table"><tbody id="tbody"><tr id="tr1"><td id="td11">a</td
    ><td id="td12">b</td></tr><tr id="tr2"><td id="td21">c</td><td id="td22"
    >d</td></tr></tbody></table>
<table id="table2">
  <tr>
    <td>moof</td>
  </tr>
  <tr>
    <td id="table2td">
      <div id="table2div">foo<img id="logo2"
             src="http://www.google.com/intl/en_ALL/images/logo.gif">bar</div>
    </td>
  </tr>
</table>
<!-- Omit whitespace here to ensure no extra text nodes are included. -->
<div id="test3Rtl" dir="rtl"><span>position</span><img id="logo3Rtl"
    src="http://www.google.com/intl/en_ALL/images/logo.gif"><span
    >test</span></div>
<!-- Omit whitespace here to ensure no extra text nodes are included. -->
<div id="test3"><span>position</span><img id="logo3"
    src="http://www.google.com/intl/en_ALL/images/logo.gif"><span
    >test</span></div>