template.dat 16 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117
  1. #data
  2. <body><template>Hello</template>
  3. #errors
  4. #document
  5. | <html>
  6. | <head>
  7. | <body>
  8. | <template>
  9. | content
  10. | "Hello"
  11. #data
  12. <template>Hello</template>
  13. #errors
  14. #document
  15. | <html>
  16. | <head>
  17. | <template>
  18. | content
  19. | "Hello"
  20. | <body>
  21. #data
  22. <template></template><div></div>
  23. #errors
  24. #document
  25. | <html>
  26. | <head>
  27. | <template>
  28. | content
  29. | <body>
  30. | <div>
  31. #data
  32. <html><template>Hello</template>
  33. #errors
  34. #document
  35. | <html>
  36. | <head>
  37. | <template>
  38. | content
  39. | "Hello"
  40. | <body>
  41. #data
  42. <head><template><div></div></template></head>
  43. #errors
  44. #document
  45. | <html>
  46. | <head>
  47. | <template>
  48. | content
  49. | <div>
  50. | <body>
  51. #data
  52. <div><template><div><span></template><b>
  53. #errors
  54. #document
  55. | <html>
  56. | <head>
  57. | <body>
  58. | <div>
  59. | <template>
  60. | content
  61. | <div>
  62. | <span>
  63. | <b>
  64. #data
  65. <div><template></div>Hello
  66. #errors
  67. #document
  68. | <html>
  69. | <head>
  70. | <body>
  71. | <div>
  72. | <template>
  73. | content
  74. | "Hello"
  75. #data
  76. <div></template></div>
  77. #errors
  78. #document
  79. | <html>
  80. | <head>
  81. | <body>
  82. | <div>
  83. #data
  84. <table><template></template></table>
  85. #errors
  86. #document
  87. | <html>
  88. | <head>
  89. | <body>
  90. | <table>
  91. | <template>
  92. | content
  93. #data
  94. <table><template></template></div>
  95. #errors
  96. #document
  97. | <html>
  98. | <head>
  99. | <body>
  100. | <table>
  101. | <template>
  102. | content
  103. #data
  104. <table><div><template></template></div>
  105. #errors
  106. #document
  107. | <html>
  108. | <head>
  109. | <body>
  110. | <div>
  111. | <template>
  112. | content
  113. | <table>
  114. #data
  115. <table><template></template><div></div>
  116. #errors
  117. #document
  118. | <html>
  119. | <head>
  120. | <body>
  121. | <div>
  122. | <table>
  123. | <template>
  124. | content
  125. #data
  126. <table> <template></template></table>
  127. #errors
  128. #document
  129. | <html>
  130. | <head>
  131. | <body>
  132. | <table>
  133. | " "
  134. | <template>
  135. | content
  136. #data
  137. <table><tbody><template></template></tbody>
  138. #errors
  139. #document
  140. | <html>
  141. | <head>
  142. | <body>
  143. | <table>
  144. | <tbody>
  145. | <template>
  146. | content
  147. #data
  148. <table><tbody><template></tbody></template>
  149. #errors
  150. #document
  151. | <html>
  152. | <head>
  153. | <body>
  154. | <table>
  155. | <tbody>
  156. | <template>
  157. | content
  158. #data
  159. <table><tbody><template></template></tbody></table>
  160. #errors
  161. #document
  162. | <html>
  163. | <head>
  164. | <body>
  165. | <table>
  166. | <tbody>
  167. | <template>
  168. | content
  169. #data
  170. <table><thead><template></template></thead>
  171. #errors
  172. #document
  173. | <html>
  174. | <head>
  175. | <body>
  176. | <table>
  177. | <thead>
  178. | <template>
  179. | content
  180. #data
  181. <table><tfoot><template></template></tfoot>
  182. #errors
  183. #document
  184. | <html>
  185. | <head>
  186. | <body>
  187. | <table>
  188. | <tfoot>
  189. | <template>
  190. | content
  191. #data
  192. <select><template></template></select>
  193. #errors
  194. #document
  195. | <html>
  196. | <head>
  197. | <body>
  198. | <select>
  199. | <template>
  200. | content
  201. #data
  202. <select><template><option></option></template></select>
  203. #errors
  204. #document
  205. | <html>
  206. | <head>
  207. | <body>
  208. | <select>
  209. | <template>
  210. | content
  211. | <option>
  212. #data
  213. <template><option></option></select><option></option></template>
  214. #errors
  215. #document
  216. | <html>
  217. | <head>
  218. | <template>
  219. | content
  220. | <option>
  221. | <option>
  222. | <body>
  223. #data
  224. <select><template></template><option></select>
  225. #errors
  226. #document
  227. | <html>
  228. | <head>
  229. | <body>
  230. | <select>
  231. | <template>
  232. | content
  233. | <option>
  234. #data
  235. <select><option><template></template></select>
  236. #errors
  237. #document
  238. | <html>
  239. | <head>
  240. | <body>
  241. | <select>
  242. | <option>
  243. | <template>
  244. | content
  245. #data
  246. <select><template>
  247. #errors
  248. #document
  249. | <html>
  250. | <head>
  251. | <body>
  252. | <select>
  253. | <template>
  254. | content
  255. #data
  256. <select><option></option><template>
  257. #errors
  258. #document
  259. | <html>
  260. | <head>
  261. | <body>
  262. | <select>
  263. | <option>
  264. | <template>
  265. | content
  266. #data
  267. <select><option></option><template><option>
  268. #errors
  269. #document
  270. | <html>
  271. | <head>
  272. | <body>
  273. | <select>
  274. | <option>
  275. | <template>
  276. | content
  277. | <option>
  278. #data
  279. <table><thead><template><td></template></table>
  280. #errors
  281. #document
  282. | <html>
  283. | <head>
  284. | <body>
  285. | <table>
  286. | <thead>
  287. | <template>
  288. | content
  289. | <td>
  290. #data
  291. <table><template><thead></template></table>
  292. #errors
  293. #document
  294. | <html>
  295. | <head>
  296. | <body>
  297. | <table>
  298. | <template>
  299. | content
  300. | <thead>
  301. #data
  302. <body><table><template><td></tr><div></template></table>
  303. #errors
  304. #document
  305. | <html>
  306. | <head>
  307. | <body>
  308. | <table>
  309. | <template>
  310. | content
  311. | <td>
  312. | <div>
  313. #data
  314. <table><template><thead></template></thead></table>
  315. #errors
  316. #document
  317. | <html>
  318. | <head>
  319. | <body>
  320. | <table>
  321. | <template>
  322. | content
  323. | <thead>
  324. #data
  325. <table><thead><template><tr></template></table>
  326. #errors
  327. #document
  328. | <html>
  329. | <head>
  330. | <body>
  331. | <table>
  332. | <thead>
  333. | <template>
  334. | content
  335. | <tr>
  336. #data
  337. <table><template><tr></template></table>
  338. #errors
  339. #document
  340. | <html>
  341. | <head>
  342. | <body>
  343. | <table>
  344. | <template>
  345. | content
  346. | <tr>
  347. #data
  348. <table><tr><template><td>
  349. #errors
  350. #document
  351. | <html>
  352. | <head>
  353. | <body>
  354. | <table>
  355. | <tbody>
  356. | <tr>
  357. | <template>
  358. | content
  359. | <td>
  360. #data
  361. <table><template><tr><template><td></template></tr></template></table>
  362. #errors
  363. #document
  364. | <html>
  365. | <head>
  366. | <body>
  367. | <table>
  368. | <template>
  369. | content
  370. | <tr>
  371. | <template>
  372. | content
  373. | <td>
  374. #data
  375. <table><template><tr><template><td></td></template></tr></template></table>
  376. #errors
  377. #document
  378. | <html>
  379. | <head>
  380. | <body>
  381. | <table>
  382. | <template>
  383. | content
  384. | <tr>
  385. | <template>
  386. | content
  387. | <td>
  388. #data
  389. <table><template><td></template>
  390. #errors
  391. #document
  392. | <html>
  393. | <head>
  394. | <body>
  395. | <table>
  396. | <template>
  397. | content
  398. | <td>
  399. #data
  400. <body><template><td></td></template>
  401. #errors
  402. #document
  403. | <html>
  404. | <head>
  405. | <body>
  406. | <template>
  407. | content
  408. | <td>
  409. #data
  410. <body><template><template><tr></tr></template><td></td></template>
  411. #errors
  412. #document
  413. | <html>
  414. | <head>
  415. | <body>
  416. | <template>
  417. | content
  418. | <template>
  419. | content
  420. | <tr>
  421. | <td>
  422. #data
  423. <table><colgroup><template><col>
  424. #errors
  425. #document
  426. | <html>
  427. | <head>
  428. | <body>
  429. | <table>
  430. | <colgroup>
  431. | <template>
  432. | content
  433. | <col>
  434. #data
  435. <frameset><template><frame></frame></template></frameset>
  436. #errors
  437. #document
  438. | <html>
  439. | <head>
  440. | <frameset>
  441. | <template>
  442. | content
  443. | <frame>
  444. #data
  445. <template><frame></frame></frameset><frame></frame></template>
  446. #errors
  447. #document
  448. | <html>
  449. | <head>
  450. | <template>
  451. | content
  452. | <frame>
  453. | <frame>
  454. | <body>
  455. #data
  456. <template><div><frameset><span></span></div><span></span></template>
  457. #errors
  458. #document
  459. | <html>
  460. | <head>
  461. | <template>
  462. | content
  463. | <div>
  464. | <span>
  465. | <span>
  466. | <body>
  467. #data
  468. <body><template><div><frameset><span></span></div><span></span></template></body>
  469. #errors
  470. #document
  471. | <html>
  472. | <head>
  473. | <body>
  474. | <template>
  475. | content
  476. | <div>
  477. | <span>
  478. | <span>
  479. #data
  480. <body><template><script>var i = 1;</script><td></td></template>
  481. #errors
  482. #document
  483. | <html>
  484. | <head>
  485. | <body>
  486. | <template>
  487. | content
  488. | <script>
  489. | "var i = 1;"
  490. | <td>
  491. #data
  492. <body><template><tr><div></div></tr></template>
  493. #errors
  494. #document
  495. | <html>
  496. | <head>
  497. | <body>
  498. | <template>
  499. | content
  500. | <tr>
  501. | <div>
  502. #data
  503. <body><template><tr></tr><td></td></template>
  504. #errors
  505. #document
  506. | <html>
  507. | <head>
  508. | <body>
  509. | <template>
  510. | content
  511. | <tr>
  512. | <tr>
  513. | <td>
  514. #data
  515. <body><template><td></td></tr><td></td></template>
  516. #errors
  517. #document
  518. | <html>
  519. | <head>
  520. | <body>
  521. | <template>
  522. | content
  523. | <td>
  524. | <td>
  525. #data
  526. <body><template><td></td><tbody><td></td></template>
  527. #errors
  528. #document
  529. | <html>
  530. | <head>
  531. | <body>
  532. | <template>
  533. | content
  534. | <td>
  535. | <td>
  536. #data
  537. <body><template><td></td><caption></caption><td></td></template>
  538. #errors
  539. #document
  540. | <html>
  541. | <head>
  542. | <body>
  543. | <template>
  544. | content
  545. | <td>
  546. | <td>
  547. #data
  548. <body><template><td></td><colgroup></caption><td></td></template>
  549. #errors
  550. #document
  551. | <html>
  552. | <head>
  553. | <body>
  554. | <template>
  555. | content
  556. | <td>
  557. | <td>
  558. #data
  559. <body><template><td></td></table><td></td></template>
  560. #errors
  561. #document
  562. | <html>
  563. | <head>
  564. | <body>
  565. | <template>
  566. | content
  567. | <td>
  568. | <td>
  569. #data
  570. <body><template><tr></tr><tbody><tr></tr></template>
  571. #errors
  572. #document
  573. | <html>
  574. | <head>
  575. | <body>
  576. | <template>
  577. | content
  578. | <tr>
  579. | <tr>
  580. #data
  581. <body><template><tr></tr><caption><tr></tr></template>
  582. #errors
  583. #document
  584. | <html>
  585. | <head>
  586. | <body>
  587. | <template>
  588. | content
  589. | <tr>
  590. | <tr>
  591. #data
  592. <body><template><tr></tr></table><tr></tr></template>
  593. #errors
  594. #document
  595. | <html>
  596. | <head>
  597. | <body>
  598. | <template>
  599. | content
  600. | <tr>
  601. | <tr>
  602. #data
  603. <body><template><thead></thead><caption></caption><tbody></tbody></template>
  604. #errors
  605. #document
  606. | <html>
  607. | <head>
  608. | <body>
  609. | <template>
  610. | content
  611. | <thead>
  612. | <caption>
  613. | <tbody>
  614. #data
  615. <body><template><thead></thead></table><tbody></tbody></template></body>
  616. #errors
  617. #document
  618. | <html>
  619. | <head>
  620. | <body>
  621. | <template>
  622. | content
  623. | <thead>
  624. | <tbody>
  625. #data
  626. <body><template><div><tr></tr></div></template>
  627. #errors
  628. #document
  629. | <html>
  630. | <head>
  631. | <body>
  632. | <template>
  633. | content
  634. | <div>
  635. #data
  636. <body><template><em>Hello</em></template>
  637. #errors
  638. #document
  639. | <html>
  640. | <head>
  641. | <body>
  642. | <template>
  643. | content
  644. | <em>
  645. | "Hello"
  646. #data
  647. <body><template><!--comment--></template>
  648. #errors
  649. #document
  650. | <html>
  651. | <head>
  652. | <body>
  653. | <template>
  654. | content
  655. | <!-- comment -->
  656. #data
  657. <body><template><style></style><td></td></template>
  658. #errors
  659. #document
  660. | <html>
  661. | <head>
  662. | <body>
  663. | <template>
  664. | content
  665. | <style>
  666. | <td>
  667. #data
  668. <body><template><meta><td></td></template>
  669. #errors
  670. #document
  671. | <html>
  672. | <head>
  673. | <body>
  674. | <template>
  675. | content
  676. | <meta>
  677. | <td>
  678. #data
  679. <body><template><link><td></td></template>
  680. #errors
  681. #document
  682. | <html>
  683. | <head>
  684. | <body>
  685. | <template>
  686. | content
  687. | <link>
  688. | <td>
  689. #data
  690. <body><template><template><tr></tr></template><td></td></template>
  691. #errors
  692. #document
  693. | <html>
  694. | <head>
  695. | <body>
  696. | <template>
  697. | content
  698. | <template>
  699. | content
  700. | <tr>
  701. | <td>
  702. #data
  703. <body><table><colgroup><template><col></col></template></colgroup></table></body>
  704. #errors
  705. #document
  706. | <html>
  707. | <head>
  708. | <body>
  709. | <table>
  710. | <colgroup>
  711. | <template>
  712. | content
  713. | <col>
  714. #data
  715. <body a=b><template><div></div><body c=d><div></div></body></template></body>
  716. #errors
  717. #document
  718. | <html>
  719. | <head>
  720. | <body>
  721. | a="b"
  722. | <template>
  723. | content
  724. | <div>
  725. | <div>
  726. #data
  727. <html a=b><template><div><html b=c><span></template>
  728. #errors
  729. #document
  730. | <html>
  731. | a="b"
  732. | <head>
  733. | <template>
  734. | content
  735. | <div>
  736. | <span>
  737. | <body>
  738. #data
  739. <html a=b><template><col></col><html b=c><col></col></template>
  740. #errors
  741. #document
  742. | <html>
  743. | a="b"
  744. | <head>
  745. | <template>
  746. | content
  747. | <col>
  748. | <col>
  749. | <body>
  750. #data
  751. <html a=b><template><frame></frame><html b=c><frame></frame></template>
  752. #errors
  753. #document
  754. | <html>
  755. | a="b"
  756. | <head>
  757. | <template>
  758. | content
  759. | <frame>
  760. | <frame>
  761. | <body>
  762. #data
  763. <body><template><tr></tr><template></template><td></td></template>
  764. #errors
  765. #document
  766. | <html>
  767. | <head>
  768. | <body>
  769. | <template>
  770. | content
  771. | <tr>
  772. | <template>
  773. | content
  774. | <tr>
  775. | <td>
  776. #data
  777. <body><template><thead></thead><template><tr></tr></template><tr></tr><tfoot></tfoot></template>
  778. #errors
  779. #document
  780. | <html>
  781. | <head>
  782. | <body>
  783. | <template>
  784. | content
  785. | <thead>
  786. | <template>
  787. | content
  788. | <tr>
  789. | <tbody>
  790. | <tr>
  791. | <tfoot>
  792. #data
  793. <body><template><col><colgroup>
  794. #errors
  795. #document
  796. | <html>
  797. | <head>
  798. | <body>
  799. | <template>
  800. | content
  801. | <col>
  802. #data
  803. <body><template><col></colgroup>
  804. #errors
  805. #document
  806. | <html>
  807. | <head>
  808. | <body>
  809. | <template>
  810. | content
  811. | <col>
  812. #data
  813. <body><template><col><colgroup></template></body>
  814. #errors
  815. #document
  816. | <html>
  817. | <head>
  818. | <body>
  819. | <template>
  820. | content
  821. | <col>
  822. #data
  823. <body><template><col><div>
  824. #errors
  825. #document
  826. | <html>
  827. | <head>
  828. | <body>
  829. | <template>
  830. | content
  831. | <col>
  832. #data
  833. <body><template><col></div>
  834. #errors
  835. #document
  836. | <html>
  837. | <head>
  838. | <body>
  839. | <template>
  840. | content
  841. | <col>
  842. #data
  843. <body><template><col>Hello
  844. #errors
  845. #document
  846. | <html>
  847. | <head>
  848. | <body>
  849. | <template>
  850. | content
  851. | <col>
  852. #data
  853. <body><template><i><menu>Foo</i>
  854. #errors
  855. #document
  856. | <html>
  857. | <head>
  858. | <body>
  859. | <template>
  860. | content
  861. | <i>
  862. | <menu>
  863. | <i>
  864. | "Foo"
  865. #data
  866. <body><template></div><div>Foo</div><template></template><tr></tr>
  867. #errors
  868. #document
  869. | <html>
  870. | <head>
  871. | <body>
  872. | <template>
  873. | content
  874. | <div>
  875. | "Foo"
  876. | <template>
  877. | content
  878. #data
  879. <body><div><template></div><tr><td>Foo</td></tr></template>
  880. #errors
  881. #document
  882. | <html>
  883. | <head>
  884. | <body>
  885. | <div>
  886. | <template>
  887. | content
  888. | <tr>
  889. | <td>
  890. | "Foo"
  891. #data
  892. <template></figcaption><sub><table></table>
  893. #errors
  894. #document
  895. | <html>
  896. | <head>
  897. | <template>
  898. | content
  899. | <sub>
  900. | <table>
  901. | <body>
  902. #data
  903. <template><template>
  904. #errors
  905. #document
  906. | <html>
  907. | <head>
  908. | <template>
  909. | content
  910. | <template>
  911. | content
  912. | <body>
  913. #data
  914. <template><div>
  915. #errors
  916. #document
  917. | <html>
  918. | <head>
  919. | <template>
  920. | content
  921. | <div>
  922. | <body>
  923. #data
  924. <template><template><div>
  925. #errors
  926. #document
  927. | <html>
  928. | <head>
  929. | <template>
  930. | content
  931. | <template>
  932. | content
  933. | <div>
  934. | <body>
  935. #data
  936. <template><template><script>var i
  937. #errors
  938. #document
  939. | <html>
  940. | <head>
  941. | <template>
  942. | content
  943. | <template>
  944. | content
  945. | <script>
  946. | "var i"
  947. | <body>
  948. #data
  949. <template><template><style>var i
  950. #errors
  951. #document
  952. | <html>
  953. | <head>
  954. | <template>
  955. | content
  956. | <template>
  957. | content
  958. | <style>
  959. | "var i"
  960. | <body>
  961. #data
  962. <template><svg><template>
  963. #errors
  964. #document
  965. | <html>
  966. | <head>
  967. | <template>
  968. | content
  969. | <svg svg>
  970. | <svg template>
  971. | <body>
  972. #data
  973. <dummy><template><span></dummy>
  974. #errors
  975. #document
  976. | <html>
  977. | <head>
  978. | <body>
  979. | <dummy>
  980. | <template>
  981. | content
  982. | <span>
  983. #data
  984. <body><table><tr><td><select><template>Foo</template><caption>A</table>
  985. #errors
  986. #document
  987. | <html>
  988. | <head>
  989. | <body>
  990. | <table>
  991. | <tbody>
  992. | <tr>
  993. | <td>
  994. | <select>
  995. | <template>
  996. | content
  997. | "Foo"
  998. | <caption>
  999. | "A"
  1000. #data
  1001. <body></body><template>
  1002. #errors
  1003. #document
  1004. | <html>
  1005. | <head>
  1006. | <body>
  1007. | <template>
  1008. | content
  1009. #data
  1010. <head></head><template>
  1011. #errors
  1012. #document
  1013. | <html>
  1014. | <head>
  1015. | <template>
  1016. | content
  1017. | <body>
  1018. #data
  1019. <head></head><template>Foo</template>
  1020. #errors
  1021. #document
  1022. | <html>
  1023. | <head>
  1024. | <template>
  1025. | content
  1026. | "Foo"
  1027. | <body>