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

Unified Diff: LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt

Issue 1086753004: Switch LayoutTests to use renamed methods for deprecated text alternatives (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Re-add linux expectation Created 5 years, 6 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: LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt
diff --git a/LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt b/LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt
index b32e1b7a3adf7cf2023fc691ca07ebc854d6a64e..fdcd6624df8ca73921cad4319ce0f70560768841 100644
--- a/LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt
+++ b/LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt
@@ -6,64 +6,64 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Checking accessibility properties for ids: nothing1, nothing2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
Checking accessibility properties for ids: text_label1, text_label2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
Checking accessibility properties for ids: text1, text2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
Checking accessibility properties for ids: check_label1, check_label2
PASS axElement1 == null && axElement2 == null is true
Checking accessibility properties for ids: check1, check2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
Checking accessibility properties for ids: radio_label1, radio_label2
PASS axElement1 == null && axElement2 == null is true
Checking accessibility properties for ids: radio1, radio2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
Checking accessibility properties for ids: slider_label1, slider_label2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
Checking accessibility properties for ids: slider1, slider2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
Checking accessibility properties for ids: list_label1, list_label2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
Checking accessibility properties for ids: list1, list2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
Checking accessibility properties for ids: label_for1, label_for2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
Checking accessibility properties for ids: text_for1, text_for2
PASS axElement2.role is axElement1.role
-PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
+PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
+PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698