mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
11 lines
624 B
HTML
11 lines
624 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<title>Document.createProcessingInstruction in HTML documents</title>
|
|
<link rel=help href="https://dom.spec.whatwg.org/#dom-document-createprocessinginstruction">
|
|
<link rel=help href="https://dom.spec.whatwg.org/#dom-processinginstruction-target">
|
|
<link rel=help href="https://dom.spec.whatwg.org/#dom-characterdata-data">
|
|
<link rel=help href="https://dom.spec.whatwg.org/#dom-node-ownerdocument">
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<div id=log></div>
|
|
<script src="Document-createProcessingInstruction.js"></script>
|