Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: third_party/WebKit/LayoutTests/accessibility/corresponding-control-deleted-crash.html

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Reverted unexpected change to blink rename merge helper Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b35c787be971ef9a7b8679828142f9cd4d52add2..53300740aec2b1e611304984054a55dbfd376f0e 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 AXObject 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 AXObjectImpl for a node that is being deleted.");
dmazzoni 2017/05/05 05:18:46 Please revert any changes to LayoutTests.
aboxhall 2017/05/05 05:22:18 I'd revert these comments (i.e. all the LayoutTest
var label = document.createElement('label');
label.style.position = 'fixed';

Powered by Google App Engine
This is Rietveld 408576698