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

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

Issue 349693003: Manual rebaselines for r176850 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/win-xp/accessibility/canvas-fallback-content-labels-expected.txt
diff --git a/LayoutTests/platform/win-xp/accessibility/canvas-fallback-content-labels-expected.txt b/LayoutTests/platform/win-xp/accessibility/canvas-fallback-content-labels-expected.txt
deleted file mode 100644
index b32e1b7a3adf7cf2023fc691ca07ebc854d6a64e..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win-xp/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.title) is collapseWhitespace(axElement1.title)
-PASS axElement2.titleUIElement is axElement1.titleUIElement
-
-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
-
-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
-
-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
-
-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
-
-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
-
-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
-
-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
-
-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
-
-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
-
-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 successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698