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

Unified Diff: content/browser/accessibility/dump_accessibility_tree_browsertest.cc

Issue 713883002: Update AX TC results for figcaption (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enable AX TC for figcaption and Update Test Result Created 6 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
« no previous file with comments | « no previous file | content/test/data/accessibility/figcaption-expected-android.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/dump_accessibility_tree_browsertest.cc
diff --git a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
index 7022c07918d42c0c0b862db97f8162fdf4d16f77..9e8af5f4d7d8e509c61b04d8a9dbebe35d0de8b6 100644
--- a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
+++ b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
@@ -710,10 +710,7 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityFieldset) {
RunTest(FILE_PATH_LITERAL("fieldset.html"));
}
-//Disabled because of https://codereview.chromium.org/713873002 temporarily.
-//After blink code is merged, it will be enabled.
-IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
- DISABLED_AccessibilityFigcaption) {
+IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityFigcaption) {
RunTest(FILE_PATH_LITERAL("figcaption.html"));
}
« no previous file with comments | « no previous file | content/test/data/accessibility/figcaption-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698