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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited-expected.txt

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase 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/listitem-presentation-inherited-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited-expected.txt b/third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited-expected.txt
index e58a8903dbf9a13554e7691bf03a2dedae716e41..b0e16e2ea4cfd0643091dbd6adef133a0a05bfc7 100644
--- a/third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited-expected.txt
@@ -6,21 +6,21 @@ Plain Text 2
Plain Text 3
End of test
-This tests that the presentation role is inherited.
+This tests that the presentation role is not inherited.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
AXRole: AXWebArea
- AXRole: AXListItem "Item 1"
+ AXRole: AXListItem
AXRole: AXListMarker "•"
AXRole: AXStaticText "Item 1"
AXRole: AXInlineTextBox "Item 1"
- AXRole: AXListItem "Item 2"
+ AXRole: AXListItem
AXRole: AXListMarker "•"
AXRole: AXStaticText "Item 2"
AXRole: AXInlineTextBox "Item 2"
- AXRole: AXListItem "Item 3"
+ AXRole: AXListItem
AXRole: AXListMarker "•"
AXRole: AXStaticText "Item 3"
AXRole: AXInlineTextBox "Item 3"

Powered by Google App Engine
This is Rietveld 408576698