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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/focusable-div-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/focusable-div-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/focusable-div-expected.txt b/third_party/WebKit/LayoutTests/accessibility/focusable-div-expected.txt
index 27be1b0f8426dfe763d2febbe5cac5f2637df13f..74f98eb510e874be6d0d67c9cd3077c2d3ae2d41 100644
--- a/third_party/WebKit/LayoutTests/accessibility/focusable-div-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/focusable-div-expected.txt
@@ -14,19 +14,19 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS document.activeElement == link is true
PASS axLink.name is "A"
PASS document.activeElement == div is true
-PASS axDiv.name is ""
+PASS axDiv.name is "B"
PASS document.activeElement == div2 is true
-PASS axDiv2.name is ""
+PASS axDiv2.name is "C"
PASS document.activeElement == div3 is true
PASS axDiv3.name is "D"
PASS document.activeElement == div4 is true
-PASS axDiv4.name is ""
+PASS axDiv4.name is "Link"
PASS document.activeElement == div5 is true
-PASS axDiv5.name is ""
+PASS axDiv5.name is "Initial text before linkLink"
PASS document.activeElement == div6 is true
-PASS axDiv6.name is ""
+PASS axDiv6.name is "List item"
PASS document.activeElement == div7 is true
-PASS axDiv7.name is ""
+PASS axDiv7.name is "Initial text before list List item"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698