Pass | Direct DOM parent is root of rendering context (normal flow) | Asserts runPass | assert_equals(200, 200)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:75:5) |
|
Pass | Direct DOM parent is root of rendering context (absolute) | Asserts runPass | assert_equals(200, 200)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:78:5) |
|
Pass | Direct DOM parent is root of rendering context (fixed) | Asserts runPass | assert_equals(200, 200)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:81:5) |
|
Pass | Intermediate DOM nodes cause rendering context to end (normal flow) | Asserts runPass | assert_equals(100, 100)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:85:5) |
|
Pass | Intermediate DOM nodes cause rendering context to end (absolute) | Asserts runPass | assert_equals(100, 100)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:88:5) |
|
Pass | Intermediate DOM nodes cause rendering context to end (fixed) | Asserts runPass | assert_equals(100, 100)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:91:5) |
|
Pass | Perspective applies to direct DOM normal-flow children | Asserts runPass | assert_approx_equals(161.62440490722656, 161, 1)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:95:5) |
|
Pass | Perspective applies to direct DOM abs-pos children | Asserts runPass | assert_approx_equals(161.62440490722656, 161, 1)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:100:5) |
|
Pass | Perspective applies to direct DOM fixed-pos children | Asserts runPass | assert_approx_equals(161.62440490722656, 161, 1)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:105:5) |
|
Pass | Perspective does not apply to DOM normal-flow grandchildren | Asserts runPass | assert_approx_equals(141.42135620117188, 141, 1)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:110:5) |
|
Pass | Perspective does not apply to DOM abs-pos grandchildren | Asserts runPass | assert_approx_equals(141.42135620117188, 141, 1)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:116:5) |
|
Pass | Perspective does not apply to DOM fixed-pos grandchildren | Asserts runPass | assert_approx_equals(141.42135620117188, 141, 1)
at Test.<anonymous> ( /css/css-transforms/3d-rendering-context-behavior.html:122:5) |
|