1 |
wakaba |
1.2 |
#data |
2 |
|
|
direct div content |
3 |
|
|
#errors |
4 |
|
|
#document-fragment div |
5 |
|
|
| "direct div content" |
6 |
|
|
|
7 |
|
|
#data |
8 |
|
|
direct textarea content |
9 |
|
|
#errors |
10 |
|
|
#document-fragment textarea |
11 |
|
|
| "direct textarea content" |
12 |
|
|
|
13 |
|
|
#data |
14 |
|
|
textarea content with <em>pseudo</em> <foo>markup |
15 |
|
|
#errors |
16 |
|
|
#document-fragment textarea |
17 |
|
|
| "textarea content with <em>pseudo</em> <foo>markup" |
18 |
|
|
|
19 |
|
|
#data |
20 |
|
|
this is CDATA inside a <style> element |
21 |
|
|
#errors |
22 |
|
|
#document-fragment style |
23 |
|
|
| "this is CDATA inside a <style> element" |
24 |
|
|
|
25 |
|
|
#data |
26 |
|
|
</plaintext> |
27 |
|
|
#errors |
28 |
|
|
#document-fragment plaintext |
29 |
|
|
| "</plaintext>" |
30 |
|
|
|
31 |
|
|
#data |
32 |
|
|
setting html's innerHTML |
33 |
|
|
#errors |
34 |
|
|
#document-fragment html |
35 |
|
|
| <head> |
36 |
|
|
| <body> |
37 |
|
|
| "setting html's innerHTML" |
38 |
|
|
|
39 |
|
|
#data |
40 |
|
|
<title>setting head's innerHTML</title> |
41 |
|
|
#errors |
42 |
|
|
#document-fragment head |
43 |
|
|
| <title> |
44 |
|
|
| "setting head's innerHTML" |