chromium/third_party/blink/web_tests/external/wpt/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.fail.html

<!DOCTYPE html>
<html>
    <head>
        <title id='desc'> ProcessingInstruction.data and DOMCharacterDataModified event </title>
    </head>
    <body>
        <h3>DOM Events</h3>
        <h4>
            Test Description: DOMCharacterDataModified event fires after ProcessingInstruction.data have been modified,
            but the node itself has not been inserted or deleted. The proximal event target of this event shall be the
            ProcessingInstruction node.
        </h4>

        <p>Test passes if the word "PASS" appears below.</p>
        <div>Test result: </div>
        <div id='testresult'>FAIL</div>
    </body>
</html>