| <p>This tests invoking updateLayout durign a live region update from the style recalc.<br> |
| WebKit should not hit a release assertion.</p> |
| <section style="display: none"> |
| <label for="input"><input id="input" type="text" aria-labelledby="hello"><div id="in-label" aria-live="polite"></div></label> |
| <span id="hello">hello</span> |
| document.querySelector('section').style.display = null; |
| document.body.getBoundingClientRect(); |
| document.body.getBoundingClientRect(); |
| const webArea = accessibilityController.rootElement.childAtIndex(0); |
| document.querySelector('section').style.display = 'none'; |
| document.write('PASS. WebKit did not crash.'); |
| document.write('<button onclick="runTest()">Go</button>'); |