ProcessingInstruction.DOMCharacterDataModified.fail.html (642B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title id='desc'> ProcessingInstruction.data and DOMCharacterDataModified event </title> 5 </head> 6 <body> 7 <h3>DOM Events</h3> 8 <h4> 9 Test Description: DOMCharacterDataModified event fires after ProcessingInstruction.data have been modified, 10 but the node itself has not been inserted or deleted. The proximal event target of this event shall be the 11 ProcessingInstruction node. 12 </h4> 13 14 <p>Test passes if the word "PASS" appears below.</p> 15 <div>Test result: </div> 16 <div id='testresult'>FAIL</div> 17 </body> 18 </html>