Home
last modified time | relevance | path

Searched refs:submitForm (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/testing/resources/javascript/
Dmouse_events_expected.txt2 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
5 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
8 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
18 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
25 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
28 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
31 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
34 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
37 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
Dmouse_events.in84 this.submitForm\("myform", true, true, ["name", "age"]\);
85 app.alert\("ERROR: this.submitForm\(\) must not be allowed to execute"\);
87 app.alert\("PASS: this.submitForm blocked with " + e\);
104 this.submitForm\("myform", true, true, ["name", "age"]\);
105 app.alert\("ERROR: this.submitForm\(\) must not be allowed to execute"\);
107 app.alert\("PASS: this.submitForm blocked with " + e\);
124 this.submitForm\("https://example.com", true, true, ["name", "age"]\);
148 this.submitForm\("https://example.com", false, true, ["name", "age"]\);
166 this.submitForm\("myform", true, true, ["name", "age"]\);
167 app.alert\("ERROR: this.submitForm\(\) must not be allowed to execute"\);
[all …]
Ddocument_methods_expected.txt140 Alert: PASS: typeof this.submitForm = function
141 Alert: PASS: this.submitForm() threw Document.submitForm: Incorrect number of parameters passed to …
142 Alert: PASS: this.submitForm("myform", true, true, ["name", "age"]) threw Document.submitForm: User…
Ddocument_methods.in312 expect('typeof this.submitForm', 'function');
315 expectError('this.submitForm()');
318 expectError('this.submitForm("myform", true, true, ["name", "age"])');
/external/pdfium/fxjs/
Dcjs_document.h110 JS_STATIC_METHOD(submitForm, CJS_Document)
294 CJS_Result submitForm(CJS_Runtime* pRuntime,
Dcjs_document.cpp568 CJS_Result CJS_Document::submitForm( in submitForm() function in CJS_Document