Bug 1366361 - Part 1: .action/formAction should return the document's URL if @action/formaction is missing or empty. r=smaug

MozReview-Commit-ID: H4CK0SVpaCv
This commit is contained in:
Jessica Jong
2017-07-17 14:17:19 +08:00
parent 8a500e9ebc
commit 19243ff95e
6 changed files with 53 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ class HTMLInputElement final : public nsGenericHTMLFormElementWithState,
public:
using nsIConstraintValidation::GetValidationMessage;
using nsGenericHTMLFormElementWithState::GetForm;
using nsGenericHTMLFormElementWithState::GetFormAction;
enum class FromClone { no, yes };