File: node.html

package info (click to toggle)
ckeditor 4.5.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 30,020 kB
  • sloc: sh: 167; python: 37; makefile: 24; php: 15; xml: 5
file content (34 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download | duplicates (6)
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
34
<div>
	<h1>Title</h1>
	<p><b>Sample</b> <i>Text</i></p>
</div>
<span>Another</span>
<p id="append"></p>
<div id="editable" contenteditable="true"></div>
<div id="clone">
	<p id="clone1"><b id="clone2"><i id="clone3"></i></b><br><span>ghi<!--jkl--></span></p>
</div>
<div id="insertAfter"><!--abc-->def</div>
<div id="insertBefore"><!--abc-->def</div>
<div><br><br><!--a--><br><div>text<!--b-->text<p>text<br><i id="getAddress1">text</i></p></div></div>
<div><span><span><span><span><i id="getAddress2"></i></span></span></span></span></div>
<iframe id="getDocument"></iframe>
<div id="getNSN">
<i id="getNSN1">1</i>
<i id="getNSN2">2</i>
<i id="getNSN3">3</i>
<!--comment1-->
<!--comment2-->
<i id="getNSN4">4</i>
<i id="getNSN5">5</i>
<i id="getNSN6">6</i>
</div>
<div id="move"><p id="move1"></p><p id="move2"></p><p id="move3"></p><p id="move4"></p></div>
<div id="remove"><p id="remove1"><i></i>text<!--comment--></p></div>
<div id="replace">1<p id="replace1"></p>2<p id="replace2"></p>3</div>
<div id="deep2" class="deep2"><div class="deep1"><p class="deep0" id="getAscendantFuncCheck"></p></div></div>
<p id="trim">

	text

</p>