Home
last modified time | relevance | path

Searched refs:testROProperty (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/testing/resources/javascript/
Dfield_properties.in38 testROProperty(field, "name", "MyField");
54 // testROProperty(field, "currentValueIndices", "clams");
60 testROProperty(field, "doc", "[object global]");
61 // testROProperty(field, "editable", "clams");
67 // testROProperty(field, "multipleSelection", "clams");
68 testROProperty(field, "name", "MyField.MyText");
69 // testROProperty(field, "numItems", "clams");
70 testROProperty(field, "page", 0);
74 testROProperty(field, "rect", [200,221,220,201]);
75 // testROProperty(field, "required", "clams");
[all …]
Dproperty_test_helpers.js90 function testROProperty(that, prop, expected) { function
/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_tree.in27 testROProperty(xfa.form, "all", "[object XFAObject]");
28 testROProperty(xfa.form, "classAll", "[object XFAObject]");
29 testROProperty(xfa.form, "classIndex", 0);
30 testROProperty(xfa.form, "index", 0);
31 testROProperty(xfa.form, "nodes", "[object XFAObject]");
32 testROProperty(xfa.form, "parent", "[object XFAObject]");
33 testROProperty(xfa.form, "somExpression", "xfa[0].form[0]");
Dxfa_host_pseudomodel.in27 testROProperty(xfa.host, "appType", "Exchange");
30 testROProperty(xfa.host, "language", "");
31 testROProperty(xfa.host, "name", "Acrobat");
32 testROProperty(xfa.host, "numPages", 2);
33 testROProperty(xfa.host, "platform", "");
36 testROProperty(xfa.host, "variation", "Full");
37 testROProperty(xfa.host, "version", "11");
Dxfa_node.in32 testROProperty(my_doc, "isContainer", true);
33 testROProperty(my_doc, "isNull", false);
34 testROProperty(my_doc, "model", "[object XFAObject]");
35 testROProperty(my_doc, "ns", "");
36 testROProperty(my_doc, "oneOfChild", false);
Dinstance_manager.in47 testROProperty(mgr, "min", 1);
48 testROProperty(mgr, "max", -1);
Dxfa_field.in44 testROProperty(field, "dataNode", "[object XFAObject]");
45 testROProperty(field, "length", 2);
Dxfa_layout_pseudomodel.in27 testROProperty(xfa.layout, "ready", true);