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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/table-detection-expected.txt

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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: 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 1520799f3ebb6174f774213f180ecde00edcc1cd..8b658bb56a71300df82fa0be614db2090ecc04bb 100644
--- a/third_party/WebKit/LayoutTests/accessibility/table-detection-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/table-detection-expected.txt
@@ -17,7 +17,7 @@ asdf asdf
This should not be a table because its cells do not have borders.
-AXRole: AXGroup
+AXRole: AXGenericContainer
asdf asdf
@@ -53,14 +53,14 @@ asdf asdf
This should not be a table because cells have different but no spacing.
-AXRole: AXGroup
+AXRole: AXGenericContainer
asdf asdf
This should not be a table because cells have the same colors even though there is spacing.
-AXRole: AXGroup
+AXRole: AXGenericContainer
asdf asdf
@@ -74,14 +74,14 @@ asdf asdf
This should not be a table because it only has one valid cell (need more than one).
-AXRole: AXGroup
+AXRole: AXGenericContainer
Contributions
This should not be a table because it does not have enough cell borders or background colors
-AXRole: AXGroup
+AXRole: AXGenericContainer
Politics
Decision '08
@@ -109,7 +109,7 @@ asdf asdf
This should not be a table because cells have different borders.
-AXRole: AXGroup
+AXRole: AXGenericContainer
asdf asdf
asdf asdf

Powered by Google App Engine
This is Rietveld 408576698