Index: Source/core/accessibility/AXRenderObject.cpp |
diff --git a/Source/core/accessibility/AXRenderObject.cpp b/Source/core/accessibility/AXRenderObject.cpp |
index 0c9853022fd7c7e6fdffe83f1c1395d4c2c83714..3010803276f99316835fb6e32a811996b5dae8bb 100644 |
--- a/Source/core/accessibility/AXRenderObject.cpp |
+++ b/Source/core/accessibility/AXRenderObject.cpp |
@@ -376,6 +376,9 @@ AccessibilityRole AXRenderObject::determineAccessibilityRole() |
if (m_renderer->isHR()) |
return HorizontalRuleRole; |
+ if (isHTMLOutputElement(node)) |
+ return StatusRole; |
+ |
if (isHTMLParagraphElement(node)) |
return ParagraphRole; |