Commit a24bf43b authored by dmazzoni's avatar dmazzoni Committed by Commit bot

Disable AccessibilityInputPassword test in advance of blink roll

BUG=84250
TBR=aboxhall
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#321518}
parent 6311617b
......@@ -831,7 +831,9 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputMonth) {
}
#endif
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityInputPassword) {
// crbug.com/84250
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
DISABLED_AccessibilityInputPassword) {
RunHtmlTest(FILE_PATH_LITERAL("input-password.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