Platform/Features/Full Screen APIs/TestPlan: Difference between revisions
< Platform | Features | Full Screen APIs
Jump to navigation
Jump to search
Paul.silaghi (talk | contribs) (Created page with "= Lessen App Update Displayed UI = {| class="fullwidth-table" |- | Feature | Status | Lead Engineer | QA Lead | Status |- | Lessen App Update Displayed UI | {{StatusHealth...") |
Paul.silaghi (talk | contribs) |
||
Line 1: | Line 1: | ||
= | = Full Screen APIs = | ||
{| class="fullwidth-table" | {| class="fullwidth-table" | ||
Line 9: | Line 9: | ||
| Status | | Status | ||
|- | |- | ||
| | | Full Screen APIs | ||
| {{StatusHealthy|status=Landed in Firefox | | {{StatusHealthy|status=Landed in Firefox/10.0a2}} | ||
| | | Chris Pearce | ||
| | | Paul Silaghi | ||
| {{StatusHealthy|status=Complete}}<br> | | {{StatusHealthy|status=Complete}}<br> | ||
|} | |} | ||
Line 18: | Line 18: | ||
== Summary == | == Summary == | ||
* | *This feature enables developers to make an arbitrary HTML element "full-screen", hiding the browser's UI and stretching the element to encompass the entire screen | ||
* | *Useful for HTML5 video and games. | ||
*This feature is available starting Firefox | *This feature is available starting Firefox/10.0a2 | ||
== Reference == | == Reference == | ||
*Design and infrastructure: | *Design and infrastructure: | ||
**[https://bugzilla.mozilla.org/show_bug.cgi?id= | **[https://bugzilla.mozilla.org/show_bug.cgi?id=545812 Bug 545812] - API for controlling fullscreen from content | ||
== Use Cases to Test == | == Use Cases to Test == | ||
Line 32: | Line 31: | ||
;Basic Functional Testing | ;Basic Functional Testing | ||
* | *Open the [http://pearce.org.nz/full-screen/ demo page] and check if HTML elements can go in full screen mode. | ||
;Edge Cases | ;Edge Cases | ||
*Also, the | *Also, the following elements should run without problems in full screen mode: | ||
**flash animations | |||
**images | |||
** | |||
** | |||
== Test Cases == | == Test Cases == | ||
Line 55: | Line 45: | ||
== Important bugs == | == Important bugs == | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id= | *[https://bugzilla.mozilla.org/show_bug.cgi?id=545812 Bug 545812] - API for controlling fullscreen from content | ||
Revision as of 15:58, 14 November 2011
Full Screen APIs
Feature | Status | Lead Engineer | QA Lead | Status |
Full Screen APIs | Landed in Firefox/10.0a2 | Chris Pearce | Paul Silaghi | Complete |
Summary
- This feature enables developers to make an arbitrary HTML element "full-screen", hiding the browser's UI and stretching the element to encompass the entire screen
- Useful for HTML5 video and games.
- This feature is available starting Firefox/10.0a2
Reference
- Design and infrastructure:
- Bug 545812 - API for controlling fullscreen from content
Use Cases to Test
- Basic Functional Testing
- Open the demo page and check if HTML elements can go in full screen mode.
- Edge Cases
- Also, the following elements should run without problems in full screen mode:
- flash animations
- images
Test Cases
- A list of test cases for this feature can be found here: Test Cases
Important bugs
- Bug 545812 - API for controlling fullscreen from content