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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/table-detection-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/accessibility/table-detection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/table-detection-expected.txt b/third_party/WebKit/LayoutTests/accessibility/table-detection-expected.txt
index bb91a285079fbe47ffcfc617f56269ecdc82d62f..1520799f3ebb6174f774213f180ecde00edcc1cd 100644
--- a/third_party/WebKit/LayoutTests/accessibility/table-detection-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/table-detection-expected.txt
@@ -1,99 +1,87 @@
This should be a table because it has a thead.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
asdf asdf
This should be a table because cells have borders.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
This should not be a table because its cells do not have borders.
-AXTitle:
+
AXRole: AXGroup
-AXDescription:
asdf asdf
This should be a table because a cell has a special attribute
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
This should be a table because a cell has a special attribute.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
This should be a table because a cell has a special attribute.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
asdf asdf
This should be a table because cells have different colors.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
This should not be a table because cells have different but no spacing.
-AXTitle:
+
AXRole: AXGroup
-AXDescription:
asdf asdf
This should not be a table because cells have the same colors even though there is spacing.
-AXTitle:
+
AXRole: AXGroup
-AXDescription:
asdf asdf
This should be a table because it has the "rules" attr.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
This should not be a table because it only has one valid cell (need more than one).
-AXTitle:
+
AXRole: AXGroup
-AXDescription:
Contributions
This should not be a table because it does not have enough cell borders or background colors
-AXTitle:
+
AXRole: AXGroup
-AXDescription:
Politics
Decision '08
@@ -105,35 +93,31 @@ New York Times
This should be a table because it's editable.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
This should be a table because most cells have a top border.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
asdf asdf
This should not be a table because cells have different borders.
-AXTitle:
+
AXRole: AXGroup
-AXDescription:
asdf asdf
asdf asdf
This should be a table because it sets empty-cells: hide on the table.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
asdf
@@ -141,9 +125,8 @@ asdf asdf
This should be a table because it sets empty-cells: hide on a cell.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
asdf
@@ -151,18 +134,16 @@ asdf asdf
This should be a table because it has a col.
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf asdf
asdf asdf
This should be a table because it has at least 20 rows
-AXTitle:
+
AXRole: AXTable
-AXDescription:
asdf
asdf

Powered by Google App Engine
This is Rietveld 408576698