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.in81 this.submitForm\("myform", true, true, ["name", "age"]\);
82 app.alert\("ERROR: this.submitForm\(\) must not be allowed to execute"\);
84 app.alert\("PASS: this.submitForm blocked with " + e\);
101 this.submitForm\("myform", true, true, ["name", "age"]\);
102 app.alert\("ERROR: this.submitForm\(\) must not be allowed to execute"\);
104 app.alert\("PASS: this.submitForm blocked with " + e\);
121 this.submitForm\("https://example.com", true, true, ["name", "age"]\);
145 this.submitForm\("https://example.com", false, true, ["name", "age"]\);
163 this.submitForm\("myform", true, true, ["name", "age"]\);
164 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.in308 expect('typeof this.submitForm', 'function');
311 expectError('this.submitForm()');
314 expectError('this.submitForm("myform", true, true, ["name", "age"])');
/external/pdfium/fxjs/
Dcjs_document.h111 JS_STATIC_METHOD(submitForm, CJS_Document)
295 CJS_Result submitForm(CJS_Runtime* pRuntime,
Dcjs_document.cpp559 CJS_Result CJS_Document::submitForm( in submitForm() function in CJS_Document