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

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

Issue 2797463002: Added some more roles to the list of roles that calculate their names from content. (Closed)
Patch Set: Fixed test expectations. Created 3 years, 8 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-cell-spans-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/table-cell-spans-expected.txt b/third_party/WebKit/LayoutTests/accessibility/table-cell-spans-expected.txt
index 782a57c82f79c22901a095aa6faf69be3bf01526..cdebea7afa0a97315efcb552ea5f2a2e0b5ff6b7 100644
--- a/third_party/WebKit/LayoutTests/accessibility/table-cell-spans-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/table-cell-spans-expected.txt
@@ -8,31 +8,31 @@ ROWSPAN="2" 3,2 3,3 3,4
4,2 4,3 4,4
----------------------
{ 0, 0 }
-
+Cell A COLSPAN="2" ROWSPAN="2"
AXRole: AXCell
{0, 2}, {0, 2}
----------------------
{ 1, 1 }
-
+Cell A COLSPAN="2" ROWSPAN="2"
AXRole: AXCell
{0, 2}, {0, 2}
----------------------
{ 3, 0 }
-
+Cell C ROWSPAN="2"
AXRole: AXCell
{2, 2}, {0, 1}
----------------------
{ 2, 0 }
-
+Cell C ROWSPAN="2"
AXRole: AXCell
{2, 2}, {0, 1}
----------------------
{ 2, 3 }
-
+3,4
AXRole: AXCell
{2, 1}, {3, 1}

Powered by Google App Engine
This is Rietveld 408576698