+
10 The perspective Property |
perspective-containing-block-dynamic-1a |
= |
DOM/JS |
CSS transforms: Creating containing block for fixed positioned elements
- It also establishes a containing block (somewhat similar to position: relative), just like the transform property does.
|
perspective-containing-block-dynamic-1b |
= |
DOM/JS |
CSS transforms: Creating containing block for fixed positioned elements
- It also establishes a containing block (somewhat similar to position: relative), just like the transform property does.
|
perspective-origin-x |
= |
|
perspective property
- Asserts that origin 'x1' visually moves the objects '-x1*d/(d-1)'
|
perspective-translatez-0 |
= |
|
perspective property
- Asserts that points on the z=0 plane are unchanged
|
perspective-translatez-negative |
= |
|
perspective property
- Asserts that the scaling is proportional to d/(d − Z) for a negative Z
|
perspective-translatez-positive |
= |
|
perspective property
- Asserts that the scaling is proportional to d/(d − Z) for a positive Z
|
regions-transforms-005 |
= |
Ahem |
CSS Regions: perspective set on the named flow content's parent does not apply when content flows into region
- Test checks that content that has a 3D transform does not respect the perspective set on its parent when flowed into a region.
|
regions-transforms-019 |
= |
Ahem |
CSS Regions: 3D transform on named flow (text) content with perspective property set on region
- Test checks that the 3D transform is applied named content flow, that the perspective set on the region is applied, and that the content is not clipped when the perspective is shifted
|
transform3d-perspective-001 |
= ≠ |
|
perspective()
- This tests that the perspective() transform works the same as an equivalent 'perspective' property.
|
transform3d-perspective-002 |
= ≠ |
|
Inherited Perspective
- This tests that 'perspective: inherit' works the same as specifying that perspective to start with.
|
transform3d-perspective-003 |
= |
|
Perspective on Grandparent
- This tests that 'perspective' affects only the element's children, not its grandchildren.
|
transform3d-perspective-004 |
= |
|
'perspective: 1000px' on Grandparent and 'perspective: none' on Parent
- This tests that 'perspective: none' actually results in no perspective being applied to children, even if the grandparent has perspective.
|
transform3d-perspective-005 |
= |
|
'perspective: 1000px' on Grandparent and 'perspective: 0px' on Parent
- This tests that 'perspective: 0px' behaves the same as no perspective being specified at all (it's a parse error).
|
transform3d-perspective-006 |
= |
|
Simple Perspective
- This tests the 'perspective' property in a very simple case, such that the reference can be constructed without using CSS transforms.
|
transform3d-perspective-007 |
= ≠ |
|
Perspective on Table Parent
- This tests that tables are correctly affected by perspective on their parent. It's motivated by a real-world implementation bug: <https://bugzilla.mozilla.org/show_bug.cgi?id=726601>.
|
transform3d-perspective-008 |
= |
|
Perspective on Table
- This tests that perspective on a table only affects its children, not the table itself. It's motivated by a real-world implementation bug: <https://bugzilla.mozilla.org/show_bug.cgi?id=726601>.
|
transform3d-rotatex-perspective-002 |
≠ ≠ |
|
rotatex() and 'perspective'
- This tests that 'perspective' has some effect when combined with rotatex() (i.e., is not equivalent to simply omitting the perspective).
|
transform3d-rotatex-perspective-003 |
= ≠ |
|
'perspective' and 'opacity'
- This tests for a real-world implementation bug: see <https://bugzilla.mozilla.org/show_bug.cgi?id=707563>. The only difference between the test and reference is 'opacity: 0.9999', which should not affect anything in the test.
|