summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.fail.html
blob: 9b0843c115ee1b5f93450982dd9065b0b8abb4af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>