Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassShould use the last fallback position initially
Asserts run
Pass
assert_equals(0, 0, "Anchored element should be at the bottom of anchor")
    at assert_fallback_position ( /css/css-anchor-position/support/test-common.js:12:7)
Pass
assert_equals(1280, 1280, "Anchored element should be at the left of anchor")
    at assert_fallback_position ( /css/css-anchor-position/support/test-common.js:15:7)
PassShould use the third fallback position with enough space right
Asserts run
Pass
assert_equals(1130, 1130, "Anchored element should be at the right of anchor")
    at assert_fallback_position ( /css/css-anchor-position/support/test-common.js:18:7)
Pass
assert_equals(150, 150, "Anchored element should be at the bottom of anchor")
    at assert_fallback_position ( /css/css-anchor-position/support/test-common.js:12:7)
PassShould use the second fallback position with enough space above
Asserts run
Pass
assert_equals(1130, 1130, "Anchored element should be at the left of anchor")
    at assert_fallback_position ( /css/css-anchor-position/support/test-common.js:15:7)
Pass
assert_equals(150, 150, "Anchored element should be at the top of anchor")
    at assert_fallback_position ( /css/css-anchor-position/support/test-common.js:9:7)
PassShould use the first fallback position with enough space right and above
Asserts run
Pass
assert_equals(1130, 1130, "Anchored element should be at the right of anchor")
    at assert_fallback_position ( /css/css-anchor-position/support/test-common.js:18:7)
Pass
assert_equals(150, 150, "Anchored element should be at the top of anchor")
    at assert_fallback_position ( /css/css-anchor-position/support/test-common.js:9:7)