Pass | testing border-top-left-radius: calc(25% + 10px) calc(25% + 20px) | Asserts runPass | assert_equals("calc(25% + 10px) calc(25% + 20px)", "calc(25% + 10px) calc(25% + 20px)")
at Test.<anonymous> ( /css/css-values/getComputedStyle-border-radius-001.html:55:7) |
|
Pass | testing border-top-right-radius: calc(25% + 16px) | Asserts runPass | assert_equals("calc(25% + 16px)", "calc(25% + 16px)")
at Test.<anonymous> ( /css/css-values/getComputedStyle-border-radius-001.html:55:7) |
|
Pass | testing border-bottom-right-radius: 25% | Asserts runPass | assert_equals("25%", "25%")
at Test.<anonymous> ( /css/css-values/getComputedStyle-border-radius-001.html:55:7) |
|
Pass | testing border-bottom-left-radius: 25px | Asserts runPass | assert_equals("25px", "25px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-border-radius-001.html:55:7) |
|
Pass | testing border-radius: calc(25% + 10px) calc(25% + 16px) 25% 25px / calc(25% + 20px) calc(25% + 16px) 25% 25px | Asserts runPass | assert_equals("calc(25% + 10px) calc(25% + 16px) 25% 25px / calc(25% + 20px) calc(25% + 16px) 25% 25px", "calc(25% + 10px) calc(25% + 16px) 25% 25px / calc(25% + 20px) calc(25% + 16px) 25% 25px")
at Test.<anonymous> ( /css/css-values/getComputedStyle-border-radius-001.html:55:7) |
|