Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassCheck that size-adjust: 100% is valid
Asserts run
Pass
assert_equals(0, 0, "testSheet should initially be empty")
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:22:7)
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:25:9)
PassCheck that size-adjust: 0% is valid
Asserts run
Pass
assert_equals(0, 0, "testSheet should initially be empty")
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:22:7)
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:25:9)
PassCheck that size-adjust: 110% is valid
Asserts run
Pass
assert_equals(0, 0, "testSheet should initially be empty")
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:22:7)
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:25:9)
PassCheck that size-adjust: 100000000000% is valid
Asserts run
Pass
assert_equals(0, 0, "testSheet should initially be empty")
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:22:7)
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:25:9)
PassCheck that size-adjust: -100% is invalid
Asserts run
Pass
assert_equals(0, 0, "testSheet should initially be empty")
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:22:7)
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:25:9)
PassCheck that size-adjust: -1% is invalid
Asserts run
Pass
assert_equals(0, 0, "testSheet should initially be empty")
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:22:7)
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-fonts/parsing/font-face-size-adjust.html:25:9)