Commit 4ff3b681 authored by eugenebut's avatar eugenebut Committed by Commit bot

[ios] Fixed kHtmlWithMultiplePasswordForms test case.

According to test comments the action should only differ by query and
fragment, not by path.

BUG=None

Review-Url: https://codereview.chromium.org/2292483003
Cr-Commit-Position: refs/heads/master@{#415314}
parent c264db89
...@@ -707,7 +707,7 @@ static NSString* kHtmlWithMultiplePasswordForms = ...@@ -707,7 +707,7 @@ static NSString* kHtmlWithMultiplePasswordForms =
"<input id='un0' type='text' name='u0'>" "<input id='un0' type='text' name='u0'>"
"<input id='pw0' type='password' name='p0'>" "<input id='pw0' type='password' name='p0'>"
"</form>" "</form>"
"<form action='action?query=yes#reference'>" "<form action='?query=yes#reference'>"
"<input id='un1' type='text' name='u1'>" "<input id='un1' type='text' name='u1'>"
"<input id='pw1' type='password' name='p1'>" "<input id='pw1' type='password' name='p1'>"
"</form>" "</form>"
......
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