CSS3 3D Transforms/TestPlan: Difference between revisions
Jump to navigation
Jump to search
Ioana.budnar (talk | contribs) |
Ioana.budnar (talk | contribs) |
||
Line 19: | Line 19: | ||
*CSS 3D Transforms extends CSS Transforms to allow elements rendered by CSS to be transformed in three-dimensional space. | *CSS 3D Transforms extends CSS Transforms to allow elements rendered by CSS to be transformed in three-dimensional space. | ||
== | == References == | ||
* | *[https://wiki.mozilla.org/CSS3_3D_Transforms Link feature Wiki page] | ||
* | *[http://dev.w3.org/csswg/css3-3d-transforms/#rendering-3d W3 specification] | ||
*[http://www.youtube.com/watch?v=BqYHlRZoTak&feature=related Webkit demo example] | |||
== Use Cases to Test == | == Use Cases to Test == |
Revision as of 10:06, 9 November 2011
CSS3 3D Transforms
Feature | Status | Dev Lead | QA Lead | Status |
CSS3 3D Transforms | Landed in Firefox 10 | Matt Woodrow | Ioana Budnar |
Summary
- CSS 3D Transforms extends CSS Transforms to allow elements rendered by CSS to be transformed in three-dimensional space.
References
Use Cases to Test
- Basic Functional Testing
- Create 2D elements that can be moved and animated in 3D space (could be used to create interesting 3D UI elements; example: Webkit Demo Example).
- Edge Cases
Test Cases
- Automated test cases:
- Reftests in layout/reftests/transform-3d
- CSS property tests are in layout/style/test (mainly test_transitions_per_property.html)
- layout/base/tests/test_preserve3d_sorting_hit_testing.html
Important Bugs
Not Tested
Sign off Criteria
- All test cases were run on the Firefox version the feature is targeted for (Firefox 10.0).
- All the major bugs have been fixed.