B2G/QA/WebAPI Test Plan/Template: Difference between revisions

 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=B2G Screen Orientation API Test Plan=
=B2G WebAPI Test Plan Template=


== Summary ==
== Summary ==
Line 41: Line 41:
If user prefs can turn the API on or off or otherwise modify its operation, describe them here.
If user prefs can turn the API on or off or otherwise modify its operation, describe them here.


=== [http://mxr.mozilla.org/mozilla-central/source/nsISomeInterface.idl#1 nsISomeInterface] ===
=== [http://mxr.mozilla.org/mozilla-central/source/nsISomeInterface.idl nsISomeInterface] : nsISomeParent ===
==== Attributes ====
==== Attributes ====
* ''read-only'' <tt>DOMString someAttribute</tt> (values can be foo, bar, baz, bam)
* <tt>readonly DOMString someAttribute</tt><br>Values can be foo, bar, baz, bam
 
* <tt>readonly DOMString anotherAttribute</tt><br>More info about attribute


==== Methods ====
==== Methods ====
* <tt>boolean someMethod(in DOMString param)</tt>
* <tt>boolean someMethod(in DOMString param)</tt>
* <tt>void anotherMethod()</tt>
* <tt>void anotherMethod()</tt>


==== Events ====
==== Events ====
* <tt>onsomevent</tt>
* <tt>onsomeevent</tt>


== Tests ==
== Tests ==
canmove, Confirmed users
2,041

edits