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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-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: Fix canvas-fallback-content-labels-expected.txt 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/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt
deleted file mode 100644
index fdcd6624df8ca73921cad4319ce0f70560768841..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt
+++ /dev/null
@@ -1,71 +0,0 @@
-Nothing Text Checkbox Radio Slider List Text with label for
-This tests that labels and elements with labels in canvas fallback content have the same accessibility properties as those same elements outside of a canvas.
-
-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.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.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.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.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.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.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.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.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.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.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.deprecatedTitle) is collapseWhitespace(axElement1.deprecatedTitle)
-PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698