| Index: third_party/WebKit/LayoutTests/accessibility/corresponding-control-deleted-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/corresponding-control-deleted-crash.html b/third_party/WebKit/LayoutTests/accessibility/corresponding-control-deleted-crash.html
|
| index 53300740aec2b1e611304984054a55dbfd376f0e..b35c787be971ef9a7b8679828142f9cd4d52add2 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/corresponding-control-deleted-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/corresponding-control-deleted-crash.html
|
| @@ -10,7 +10,7 @@
|
| <div id="console"></div>
|
|
|
| <script>
|
| - description("Make sure that a debug assert is not triggered when a call to LayoutBlockFlow::deleteLineBoxTree calls AccessibilityRenderObject::accessibilityIsIgnored which may require the AXObjectImpl for a node that is being deleted.");
|
| + description("Make sure that a debug assert is not triggered when a call to LayoutBlockFlow::deleteLineBoxTree calls AccessibilityRenderObject::accessibilityIsIgnored which may require the AXObject for a node that is being deleted.");
|
|
|
| var label = document.createElement('label');
|
| label.style.position = 'fixed';
|
|
|