CSS variable defining 'color' property should be applied to ::first-line and its color should be blue.

CSS variable defining 'font-size' property should be applied to ::first-line and its font-size should be 25px.

CSS variable defining 'font-weight' property should be applied to ::first-line and its font-weight should be 900.

CSS variable defining 'position' property should not be applied to ::first-line and its position should be static.

CSS variable referencing another CSS variable that defines 'color' property should be applied to ::first-line and its color should be blue.

CSS variable referencing another CSS variable that defines 'position' property should not be applied to ::first-line and its position should be static.

Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Passcolor
Asserts run
Pass
assert_equals("rgb(0, 0, 255)", "rgb(0, 0, 255)")
    at Test.<anonymous> ( /css/css-variables/variable-first-line.html:81:17)
Passfont-size
Asserts run
Pass
assert_equals("25px", "25px")
    at Test.<anonymous> ( /css/css-variables/variable-first-line.html:81:17)
Passfont-weight
Asserts run
Pass
assert_equals("900", "900")
    at Test.<anonymous> ( /css/css-variables/variable-first-line.html:81:17)
Passposition
Asserts run
Pass
assert_equals("static", "static")
    at Test.<anonymous> ( /css/css-variables/variable-first-line.html:81:17)
Passnested color
Asserts run
Pass
assert_equals("rgb(0, 0, 255)", "rgb(0, 0, 255)")
    at Test.<anonymous> ( /css/css-variables/variable-first-line.html:81:17)
Passabspos
Asserts run
Pass
assert_equals("static", "static")
    at Test.<anonymous> ( /css/css-variables/variable-first-line.html:81:17)