Commit d459d066 authored by je_julie.kim's avatar je_julie.kim Committed by Commit bot

Disabled TCs related to listitem

This patch disables temporarily TCs related to lisItemRole
because name attribute for it is added at crbug.com/347865.
After code from Blink is updated, TCs will be enabled again.

BUG=347865

Review URL: https://codereview.chromium.org/696133002

Cr-Commit-Position: refs/heads/master@{#302444}
parent 153eb8a7
...@@ -664,8 +664,10 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityDt) { ...@@ -664,8 +664,10 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityDt) {
RunTest(FILE_PATH_LITERAL("dt.html")); RunTest(FILE_PATH_LITERAL("dt.html"));
} }
//Disabled because of https://codereview.chromium.org/696953002 temporarily.
//After blink code is merged, it will be enabled.
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
AccessibilityContenteditableDescendants) { DISABLED_AccessibilityContenteditableDescendants) {
RunTest(FILE_PATH_LITERAL("contenteditable-descendants.html")); RunTest(FILE_PATH_LITERAL("contenteditable-descendants.html"));
} }
...@@ -854,11 +856,16 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityLegend) { ...@@ -854,11 +856,16 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityLegend) {
RunTest(FILE_PATH_LITERAL("legend.html")); RunTest(FILE_PATH_LITERAL("legend.html"));
} }
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityList) { //Disabled because of https://codereview.chromium.org/696953002 temporarily.
//After blink code is merged, it will be enabled.
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityList) {
RunTest(FILE_PATH_LITERAL("list.html")); RunTest(FILE_PATH_LITERAL("list.html"));
} }
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityListMarkers) { //Disabled because of https://codereview.chromium.org/696953002 temporarily.
//After blink code is merged, it will be enabled.
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
DISABLED_AccessibilityListMarkers) {
RunTest(FILE_PATH_LITERAL("list-markers.html")); RunTest(FILE_PATH_LITERAL("list-markers.html"));
} }
...@@ -916,7 +923,9 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityNoscript) { ...@@ -916,7 +923,9 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityNoscript) {
RunTest(FILE_PATH_LITERAL("noscript.html")); RunTest(FILE_PATH_LITERAL("noscript.html"));
} }
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityOl) { //Disabled because of https://codereview.chromium.org/696953002 temporarily.
//After blink code is merged, it will be enabled.
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityOl) {
RunTest(FILE_PATH_LITERAL("ol.html")); RunTest(FILE_PATH_LITERAL("ol.html"));
} }
...@@ -1023,7 +1032,9 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityTransition) { ...@@ -1023,7 +1032,9 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityTransition) {
RunTest(FILE_PATH_LITERAL("transition.html")); RunTest(FILE_PATH_LITERAL("transition.html"));
} }
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityUl) { //Disabled because of https://codereview.chromium.org/696953002 temporarily.
//After blink code is merged, it will be enabled.
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, DISABLED_AccessibilityUl) {
RunTest(FILE_PATH_LITERAL("ul.html")); RunTest(FILE_PATH_LITERAL("ul.html"));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment