3 <script src=
"../resources/js-test.js"></script>
7 <p id=
"description"></p>
8 <div id=
"console"></div>
10 description("Changing the display of a link from inline to block invalidates layout, but doesn't trigger a layout right away. Ensure that accessing the accessibility object's text before the layout happens doesn't cause a crash.");
12 var link
= document
.getElementById("link");
14 link
.style
.display
= "block";
15 accessibilityController
.focusedElement
.deprecatedDescription
;