Summary

Harness status: OK

Found 12 tests

Details

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