Update broken references to image assets
[chromium-blink-merge.git] / content / test / data / accessibility / event / inner-html-change.html
blobba2c2ff3c9a4e5cbc4cb8329e75a39891b7c7652
1 <!--
2 The children changed / reorder event is fired an unpredictable number of times.
3 @WIN-DENY:EVENT_OBJECT_REORDER*
4 -->
5 <!DOCTYPE html>
6 <html>
7 <body>
8 <div role="group" id="main"><h1>A</h1><p>B</p></div>
9 <script>
10 function go() {
11 document.querySelector('#main').innerHTML = '<h1>C</h1><p>D</p>';
13 </script>
14 </body>
15 </html>