Platform/Features/Full Screen APIs/TestPlan: Difference between revisions

 
(6 intermediate revisions by the same user not shown)
Line 10: Line 10:
|-
|-
| Full Screen APIs  
| Full Screen APIs  
| {{StatusHealthy|status=Landed in Firefox/10.0a2}}  
| {{StatusHealthy|status=Landed in Firefox 10}}  
| Chris Pearce  
| Chris Pearce  
| Paul Silaghi
| Paul Silaghi
Line 20: Line 20:
*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  
*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.
*Useful for HTML5 video and games.
*This feature is available starting Firefox/10.0a2
*This feature is available starting Firefox 10


== Reference  ==
== Reference  ==
Line 36: Line 36:


*Also, the elements should run without problems in full screen mode if:
*Also, the elements should run without problems in full screen mode if:
**Multiple tabs are loaded<br>
**Multiple tabs are loaded
**Multiple browser windows are available<br>
**Multiple browser windows are available
**Browser is in Panorama mode<br>
**Heavy user profile is loaded (large history, multiple bookmarks, user settings, tabs, add-ons)
**Heavy user profile is loaded (large history, multiple bookmarks, user settings, tabs, add-ons)<br>
**Private browsing is on
**Private browsing is on<br>
**Firefox is already in fullscreen mode
 
*Panorama mode should work properly if HTML elements are in fullscren mode


== Test Cases  ==
== Test Cases  ==


*A list of test cases for this feature can be found here: [http://www. Test Cases]
*A list of test cases for this feature can be found here: [http://bit.ly/sqgdEV Test Cases]


== Important bugs  ==
== Important bugs  ==
Line 52: Line 54:
*[https://bugzilla.mozilla.org/show_bug.cgi?id=685402 Bug 685402] - Change tab/navigate should exit DOM full-screen mode
*[https://bugzilla.mozilla.org/show_bug.cgi?id=685402 Bug 685402] - Change tab/navigate should exit DOM full-screen mode
*[https://bugzilla.mozilla.org/show_bug.cgi?id=691583 Bug 691583] - Dispatch event when restricted key input occurs in DOM full-screen mode
*[https://bugzilla.mozilla.org/show_bug.cgi?id=691583 Bug 691583] - Dispatch event when restricted key input occurs in DOM full-screen mode
*[https://bugzilla.mozilla.org/show_bug.cgi?id=684628 Bug 684628] - Transition effect when moving to DOM full-screen mode
*[https://bugzilla.mozilla.org/show_bug.cgi?id=708174 Bug 708174] - Transition into fullscreen mode is yucky
Confirmed users
891

edits