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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-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-with-empty-thead-causes-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt b/third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt
index 0eaea93524230057ade764598da3acbfe6b776c5..d4b06ee895faf2d4f93cc3b77f5cb0351b1cea02 100644
--- a/third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt
@@ -9,10 +9,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
AXRole: AXWebArea
AXRole: AXTable "table"
AXRole: AXRow
- AXRole: AXCell
+ AXRole: AXCell "1"
AXRole: AXStaticText "1"
AXRole: AXInlineTextBox "1"
- AXRole: AXCell
+ AXRole: AXCell "2"
AXRole: AXStaticText "2"
AXRole: AXInlineTextBox "2"
AXRole: AXParagraph

Powered by Google App Engine
This is Rietveld 408576698