Chromium Code Reviews| 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 |
| deleted file mode 100644 |
| index b32e1b7a3adf7cf2023fc691ca07ebc854d6a64e..0000000000000000000000000000000000000000 |
| --- a/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 |
|
dmazzoni
2015/04/16 20:12:22
Are you deleting these three platform-specific fil
aboxhall
2015/04/16 21:20:35
Do you see any reason to keep them? Note that ther
|
| -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 |
| - |