Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
PassProperty position-area value 'none'
Asserts run
Pass
assert_true(true, "position-area doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'none' is a supported value for position-area.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty position-area value 'span-all'
Asserts run
Pass
assert_true(true, "position-area doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'span-all' is a supported value for position-area.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("span-all", "span-all")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty position-area value 'x-start'
Asserts run
Pass
assert_true(true, "position-area doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'x-start' is a supported value for position-area.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("x-start", "x-start")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty position-area value 'center'
Asserts run
Pass
assert_true(true, "position-area doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'center' is a supported value for position-area.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("center", "center")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty position-area value 'span-all span-all'
Asserts run
Pass
assert_true(true, "position-area doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'span-all span-all' is a supported value for position-area.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("span-all", "span-all")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("span-all", "span-all", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty position-area value 'center center'
Asserts run
Pass
assert_true(true, "position-area doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'center center' is a supported value for position-area.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("center", "center")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("center", "center", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty position-area value 'top center'
Asserts run
Pass
assert_true(true, "position-area doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'top center' is a supported value for position-area.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("center top", "center top")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("center top", "center top", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty position-area value 'span-bottom span-all'
Asserts run
Pass
assert_true(true, "position-area doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'span-bottom span-all' is a supported value for position-area.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("span-bottom", "span-bottom")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("span-bottom", "span-bottom", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty position-area has initial value none
Asserts run
Pass
assert_true(true, "position-area doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/inheritance-testcommon.js:12:5)
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/support/inheritance-testcommon.js:17:7)
PassProperty position-area does not inherit
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /css/support/inheritance-testcommon.js:79:5)
Pass
assert_not_equals("none", "span-all")
    at Test.<anonymous> ( /css/support/inheritance-testcommon.js:82:5)
Pass
assert_not_equals("none", "span-all")
    at Test.<anonymous> ( /css/support/inheritance-testcommon.js:83:5)
Pass
assert_equals("span-all", "span-all")
    at Test.<anonymous> ( /css/support/inheritance-testcommon.js:85:5)
Pass
assert_not_equals("none", "span-all")
    at Test.<anonymous> ( /css/support/inheritance-testcommon.js:86:5)
Pass
assert_equals("span-all", "span-all")
    at Test.<anonymous> ( /css/support/inheritance-testcommon.js:88:5)