OLD | NEW |
1 <html xmlns="http://www.w3.org/1999/xhtml"> | 1 <html xmlns="http://www.w3.org/1999/xhtml"> |
2 <head> | 2 <head> |
3 <title>Document.createProcessingInstruction in XML documents</title> | 3 <title>Document.createProcessingInstruction in XML documents</title> |
4 <link rel="help" href="https://dom.spec.whatwg.org/#dom-document-createprocessin
ginstruction"/> | 4 <link rel="help" href="https://dom.spec.whatwg.org/#dom-document-createprocessin
ginstruction"/> |
5 <link rel="help" href="https://dom.spec.whatwg.org/#dom-processinginstruction-ta
rget"/> | 5 <link rel="help" href="https://dom.spec.whatwg.org/#dom-processinginstruction-ta
rget"/> |
6 <link rel="help" href="https://dom.spec.whatwg.org/#dom-characterdata-data"/> | 6 <link rel="help" href="https://dom.spec.whatwg.org/#dom-characterdata-data"/> |
7 <link rel="help" href="https://dom.spec.whatwg.org/#dom-node-ownerdocument"/> | 7 <link rel="help" href="https://dom.spec.whatwg.org/#dom-node-ownerdocument"/> |
8 <script src="../../../../resources/testharness.js"></script> | 8 <script src="../../../../resources/testharness.js"></script> |
9 <script src="../../../../resources/testharnessreport.js"></script> | 9 <script src="../../../../resources/testharnessreport.js"></script> |
10 </head> | 10 </head> |
11 <body> | 11 <body> |
12 <div id="log"/> | 12 <div id="log"/> |
13 <script src="Document-createProcessingInstruction.js"/> | 13 <script src="Document-createProcessingInstruction.js"/> |
14 </body> | 14 </body> |
15 </html> | 15 </html> |
OLD | NEW |