| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <meta charset=utf-8> | 2 <meta charset=utf-8> |
| 3 <title>Document.createProcessingInstruction in HTML documents</title> | 3 <title>Document.createProcessingInstruction in HTML documents</title> |
| 4 <link rel=help href="https://dom.spec.whatwg.org/#dom-document-createprocessingi
nstruction"> | 4 <link rel=help href="https://dom.spec.whatwg.org/#dom-document-createprocessingi
nstruction"> |
| 5 <link rel=help href="https://dom.spec.whatwg.org/#dom-processinginstruction-targ
et"> | 5 <link rel=help href="https://dom.spec.whatwg.org/#dom-processinginstruction-targ
et"> |
| 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 <div id=log></div> | 10 <div id=log></div> |
| 11 <script src="Document-createProcessingInstruction.js"></script> | 11 <script src="Document-createProcessingInstruction.js"></script> |
| OLD | NEW |