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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/focusable-div-expected.txt

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactor stringValueOfControl Created 5 years, 1 month 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 8e5c8bee446e1250bb01e82c576433aeb955d2ab..3abbde8584d31cd5f340ae32c35c15852f43d5a2 100644
--- a/third_party/WebKit/LayoutTests/accessibility/focusable-div-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/focusable-div-expected.txt
@@ -12,23 +12,21 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS document.activeElement == link is true
-PASS lastChar(axLink.deprecatedTitle) is "A"
+FAIL axLink.name should be . Was A.
aboxhall 2015/11/06 19:24:11 This doesn't look good? Wrong expectation, given t
dmazzoni 2015/11/06 22:32:26 Done.
PASS document.activeElement == div is true
-PASS lastChar(axDiv.deprecatedTitle) is "B"
+PASS axDiv.name is ""
PASS document.activeElement == div2 is true
-PASS lastChar(axDiv2.deprecatedTitle) is "C"
+PASS axDiv2.name is ""
PASS document.activeElement == div3 is true
-PASS lastChar(axDiv3.deprecatedDescription) is "D"
+FAIL axDiv3.name should be . Was D.
aboxhall 2015/11/06 19:24:11 Wrong expectation again?
dmazzoni 2015/11/06 22:32:26 Done.
PASS document.activeElement == div4 is true
-PASS axDiv4.deprecatedTitle.indexOf('Link') is -1
+PASS axDiv4.name is ""
PASS document.activeElement == div5 is true
-PASS axDiv5.deprecatedTitle.indexOf('Link') is -1
-PASS axDiv5.deprecatedTitle.indexOf('Initial text before link') >= 0 is true
+PASS axDiv5.name is ""
PASS document.activeElement == div6 is true
-PASS axDiv6.deprecatedTitle.indexOf('List item') is -1
+PASS axDiv6.name is ""
PASS document.activeElement == div7 is true
-PASS axDiv7.deprecatedTitle.indexOf('List item') is -1
-PASS axDiv7.deprecatedTitle.indexOf('Initial text before list') >= 0 is true
+PASS axDiv7.name is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698