Pass | background-attachment: scroll | Asserts runPass | assert_equals("scroll", "scroll", "background-attachment raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("scroll", "scroll", "background-attachment style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-attachment: fixed | Asserts runPass | assert_equals("fixed", "fixed", "background-attachment raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("fixed", "fixed", "background-attachment style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-attachment: inherit | Asserts runPass | assert_equals("inherit", "inherit", "background-attachment raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "background-attachment style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-color: black | Asserts runPass | assert_equals("black", "black", "background-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("black", "black", "background-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-color: red | Asserts runPass | assert_equals("red", "red", "background-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("red", "red", "background-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-color: rgb(50, 75, 100) | Asserts runPass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "background-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "background-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-color: rgba(5, 7, 10, 0.5) | Asserts runPass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "background-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "background-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-color: transparent | Asserts runPass | assert_equals("transparent", "transparent", "background-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("transparent", "transparent", "background-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-color: inherit | Asserts runPass | assert_equals("inherit", "inherit", "background-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "background-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-image: url("http://localhost/") | Asserts runPass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "background-image raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "background-image style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-image: url(http://localhost/) | Asserts runPass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "background-image raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "background-image style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-image: none | Asserts runPass | assert_equals("none", "none", "background-image raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "background-image style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-image: inherit | Asserts runPass | assert_equals("inherit", "inherit", "background-image raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "background-image style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% 5% | Asserts runPass | assert_equals("5% 5%", "5% 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% 5%", "5% 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% .5% | Asserts runPass | assert_equals("5% 0.5%", "5% 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% 0.5%", "5% 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% -5% | Asserts runPass | assert_equals("5% -5%", "5% -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% -5%", "5% -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% -.5% | Asserts runPass | assert_equals("5% -0.5%", "5% -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% -0.5%", "5% -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% 0px | Asserts runPass | assert_equals("5% 0px", "5% 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% 0px", "5% 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% 1px | Asserts runPass | assert_equals("5% 1px", "5% 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% 1px", "5% 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% .1em | Asserts runPass | assert_equals("5% 0.1em", "5% 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% 0.1em", "5% 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% -0px | Asserts runPass | assert_equals("5% 0px", "5% 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% 0px", "5% 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% -1px | Asserts runPass | assert_equals("5% -1px", "5% -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% -1px", "5% -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% -.1em | Asserts runPass | assert_equals("5% -0.1em", "5% -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% -0.1em", "5% -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% top | Asserts runPass | assert_equals("5% top", "5% top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% top", "5% top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% center | Asserts runPass | assert_equals("5% center", "5% center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% center", "5% center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 5% bottom | Asserts runPass | assert_equals("5% bottom", "5% bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5% bottom", "5% bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% 5% | Asserts runPass | assert_equals("0.5% 5%", "0.5% 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% 5%", "0.5% 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% .5% | Asserts runPass | assert_equals("0.5% 0.5%", "0.5% 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% 0.5%", "0.5% 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% -5% | Asserts runPass | assert_equals("0.5% -5%", "0.5% -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% -5%", "0.5% -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% -.5% | Asserts runPass | assert_equals("0.5% -0.5%", "0.5% -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% -0.5%", "0.5% -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% 0px | Asserts runPass | assert_equals("0.5% 0px", "0.5% 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% 0px", "0.5% 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% 1px | Asserts runPass | assert_equals("0.5% 1px", "0.5% 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% 1px", "0.5% 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% .1em | Asserts runPass | assert_equals("0.5% 0.1em", "0.5% 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% 0.1em", "0.5% 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% -0px | Asserts runPass | assert_equals("0.5% 0px", "0.5% 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% 0px", "0.5% 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% -1px | Asserts runPass | assert_equals("0.5% -1px", "0.5% -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% -1px", "0.5% -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% -.1em | Asserts runPass | assert_equals("0.5% -0.1em", "0.5% -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% -0.1em", "0.5% -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% top | Asserts runPass | assert_equals("0.5% top", "0.5% top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% top", "0.5% top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% center | Asserts runPass | assert_equals("0.5% center", "0.5% center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% center", "0.5% center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .5% bottom | Asserts runPass | assert_equals("0.5% bottom", "0.5% bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5% bottom", "0.5% bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% 5% | Asserts runPass | assert_equals("-5% 5%", "-5% 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% 5%", "-5% 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% .5% | Asserts runPass | assert_equals("-5% 0.5%", "-5% 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% 0.5%", "-5% 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% -5% | Asserts runPass | assert_equals("-5% -5%", "-5% -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% -5%", "-5% -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% -.5% | Asserts runPass | assert_equals("-5% -0.5%", "-5% -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% -0.5%", "-5% -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% 0px | Asserts runPass | assert_equals("-5% 0px", "-5% 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% 0px", "-5% 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% 1px | Asserts runPass | assert_equals("-5% 1px", "-5% 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% 1px", "-5% 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% .1em | Asserts runPass | assert_equals("-5% 0.1em", "-5% 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% 0.1em", "-5% 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% -0px | Asserts runPass | assert_equals("-5% 0px", "-5% 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% 0px", "-5% 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% -1px | Asserts runPass | assert_equals("-5% -1px", "-5% -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% -1px", "-5% -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% -.1em | Asserts runPass | assert_equals("-5% -0.1em", "-5% -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% -0.1em", "-5% -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% top | Asserts runPass | assert_equals("-5% top", "-5% top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% top", "-5% top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% center | Asserts runPass | assert_equals("-5% center", "-5% center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% center", "-5% center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -5% bottom | Asserts runPass | assert_equals("-5% bottom", "-5% bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-5% bottom", "-5% bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% 5% | Asserts runPass | assert_equals("-0.5% 5%", "-0.5% 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% 5%", "-0.5% 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% .5% | Asserts runPass | assert_equals("-0.5% 0.5%", "-0.5% 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% 0.5%", "-0.5% 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% -5% | Asserts runPass | assert_equals("-0.5% -5%", "-0.5% -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% -5%", "-0.5% -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% -.5% | Asserts runPass | assert_equals("-0.5% -0.5%", "-0.5% -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% -0.5%", "-0.5% -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% 0px | Asserts runPass | assert_equals("-0.5% 0px", "-0.5% 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% 0px", "-0.5% 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% 1px | Asserts runPass | assert_equals("-0.5% 1px", "-0.5% 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% 1px", "-0.5% 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% .1em | Asserts runPass | assert_equals("-0.5% 0.1em", "-0.5% 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% 0.1em", "-0.5% 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% -0px | Asserts runPass | assert_equals("-0.5% 0px", "-0.5% 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% 0px", "-0.5% 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% -1px | Asserts runPass | assert_equals("-0.5% -1px", "-0.5% -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% -1px", "-0.5% -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% -.1em | Asserts runPass | assert_equals("-0.5% -0.1em", "-0.5% -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% -0.1em", "-0.5% -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% top | Asserts runPass | assert_equals("-0.5% top", "-0.5% top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% top", "-0.5% top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% center | Asserts runPass | assert_equals("-0.5% center", "-0.5% center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% center", "-0.5% center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.5% bottom | Asserts runPass | assert_equals("-0.5% bottom", "-0.5% bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.5% bottom", "-0.5% bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px 5% | Asserts runPass | assert_equals("0px 5%", "0px 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 5%", "0px 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px .5% | Asserts runPass | assert_equals("0px 0.5%", "0px 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 0.5%", "0px 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px -5% | Asserts runPass | assert_equals("0px -5%", "0px -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px -5%", "0px -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px -.5% | Asserts runPass | assert_equals("0px -0.5%", "0px -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px -0.5%", "0px -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px 0px | Asserts runPass | assert_equals("0px 0px", "0px 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 0px", "0px 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px 1px | Asserts runPass | assert_equals("0px 1px", "0px 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 1px", "0px 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px .1em | Asserts runPass | assert_equals("0px 0.1em", "0px 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 0.1em", "0px 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px -0px | Asserts runPass | assert_equals("0px 0px", "0px 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 0px", "0px 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px -1px | Asserts runPass | assert_equals("0px -1px", "0px -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px -1px", "0px -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px -.1em | Asserts runPass | assert_equals("0px -0.1em", "0px -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px -0.1em", "0px -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px top | Asserts runPass | assert_equals("0px top", "0px top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px top", "0px top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px center | Asserts runPass | assert_equals("0px center", "0px center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px center", "0px center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 0px bottom | Asserts runPass | assert_equals("0px bottom", "0px bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px bottom", "0px bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px 5% | Asserts runPass | assert_equals("1px 5%", "1px 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px 5%", "1px 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px .5% | Asserts runPass | assert_equals("1px 0.5%", "1px 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px 0.5%", "1px 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px -5% | Asserts runPass | assert_equals("1px -5%", "1px -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px -5%", "1px -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px -.5% | Asserts runPass | assert_equals("1px -0.5%", "1px -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px -0.5%", "1px -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px 0px | Asserts runPass | assert_equals("1px 0px", "1px 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px 0px", "1px 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px 1px | Asserts runPass | assert_equals("1px 1px", "1px 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px 1px", "1px 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px .1em | Asserts runPass | assert_equals("1px 0.1em", "1px 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px 0.1em", "1px 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px -0px | Asserts runPass | assert_equals("1px 0px", "1px 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px 0px", "1px 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px -1px | Asserts runPass | assert_equals("1px -1px", "1px -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px -1px", "1px -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px -.1em | Asserts runPass | assert_equals("1px -0.1em", "1px -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px -0.1em", "1px -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px top | Asserts runPass | assert_equals("1px top", "1px top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px top", "1px top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px center | Asserts runPass | assert_equals("1px center", "1px center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px center", "1px center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: 1px bottom | Asserts runPass | assert_equals("1px bottom", "1px bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px bottom", "1px bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em 5% | Asserts runPass | assert_equals("0.1em 5%", "0.1em 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em 5%", "0.1em 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em .5% | Asserts runPass | assert_equals("0.1em 0.5%", "0.1em 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em 0.5%", "0.1em 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em -5% | Asserts runPass | assert_equals("0.1em -5%", "0.1em -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em -5%", "0.1em -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em -.5% | Asserts runPass | assert_equals("0.1em -0.5%", "0.1em -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em -0.5%", "0.1em -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em 0px | Asserts runPass | assert_equals("0.1em 0px", "0.1em 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em 0px", "0.1em 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em 1px | Asserts runPass | assert_equals("0.1em 1px", "0.1em 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em 1px", "0.1em 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em .1em | Asserts runPass | assert_equals("0.1em 0.1em", "0.1em 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em 0.1em", "0.1em 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em -0px | Asserts runPass | assert_equals("0.1em 0px", "0.1em 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em 0px", "0.1em 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em -1px | Asserts runPass | assert_equals("0.1em -1px", "0.1em -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em -1px", "0.1em -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em -.1em | Asserts runPass | assert_equals("0.1em -0.1em", "0.1em -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em -0.1em", "0.1em -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em top | Asserts runPass | assert_equals("0.1em top", "0.1em top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em top", "0.1em top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em center | Asserts runPass | assert_equals("0.1em center", "0.1em center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em center", "0.1em center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: .1em bottom | Asserts runPass | assert_equals("0.1em bottom", "0.1em bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em bottom", "0.1em bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px 5% | Asserts runPass | assert_equals("0px 5%", "0px 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 5%", "0px 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px .5% | Asserts runPass | assert_equals("0px 0.5%", "0px 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 0.5%", "0px 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px -5% | Asserts runPass | assert_equals("0px -5%", "0px -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px -5%", "0px -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px -.5% | Asserts runPass | assert_equals("0px -0.5%", "0px -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px -0.5%", "0px -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px 0px | Asserts runPass | assert_equals("0px 0px", "0px 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 0px", "0px 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px 1px | Asserts runPass | assert_equals("0px 1px", "0px 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 1px", "0px 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px .1em | Asserts runPass | assert_equals("0px 0.1em", "0px 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 0.1em", "0px 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px -0px | Asserts runPass | assert_equals("0px 0px", "0px 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px 0px", "0px 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px -1px | Asserts runPass | assert_equals("0px -1px", "0px -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px -1px", "0px -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px -.1em | Asserts runPass | assert_equals("0px -0.1em", "0px -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px -0.1em", "0px -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px top | Asserts runPass | assert_equals("0px top", "0px top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px top", "0px top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px center | Asserts runPass | assert_equals("0px center", "0px center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px center", "0px center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -0px bottom | Asserts runPass | assert_equals("0px bottom", "0px bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px bottom", "0px bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px 5% | Asserts runPass | assert_equals("-1px 5%", "-1px 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px 5%", "-1px 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px .5% | Asserts runPass | assert_equals("-1px 0.5%", "-1px 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px 0.5%", "-1px 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px -5% | Asserts runPass | assert_equals("-1px -5%", "-1px -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px -5%", "-1px -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px -.5% | Asserts runPass | assert_equals("-1px -0.5%", "-1px -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px -0.5%", "-1px -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px 0px | Asserts runPass | assert_equals("-1px 0px", "-1px 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px 0px", "-1px 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px 1px | Asserts runPass | assert_equals("-1px 1px", "-1px 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px 1px", "-1px 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px .1em | Asserts runPass | assert_equals("-1px 0.1em", "-1px 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px 0.1em", "-1px 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px -0px | Asserts runPass | assert_equals("-1px 0px", "-1px 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px 0px", "-1px 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px -1px | Asserts runPass | assert_equals("-1px -1px", "-1px -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px -1px", "-1px -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px -.1em | Asserts runPass | assert_equals("-1px -0.1em", "-1px -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px -0.1em", "-1px -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px top | Asserts runPass | assert_equals("-1px top", "-1px top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px top", "-1px top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px center | Asserts runPass | assert_equals("-1px center", "-1px center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px center", "-1px center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -1px bottom | Asserts runPass | assert_equals("-1px bottom", "-1px bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-1px bottom", "-1px bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em 5% | Asserts runPass | assert_equals("-0.1em 5%", "-0.1em 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em 5%", "-0.1em 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em .5% | Asserts runPass | assert_equals("-0.1em 0.5%", "-0.1em 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em 0.5%", "-0.1em 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em -5% | Asserts runPass | assert_equals("-0.1em -5%", "-0.1em -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em -5%", "-0.1em -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em -.5% | Asserts runPass | assert_equals("-0.1em -0.5%", "-0.1em -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em -0.5%", "-0.1em -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em 0px | Asserts runPass | assert_equals("-0.1em 0px", "-0.1em 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em 0px", "-0.1em 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em 1px | Asserts runPass | assert_equals("-0.1em 1px", "-0.1em 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em 1px", "-0.1em 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em .1em | Asserts runPass | assert_equals("-0.1em 0.1em", "-0.1em 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em 0.1em", "-0.1em 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em -0px | Asserts runPass | assert_equals("-0.1em 0px", "-0.1em 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em 0px", "-0.1em 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em -1px | Asserts runPass | assert_equals("-0.1em -1px", "-0.1em -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em -1px", "-0.1em -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em -.1em | Asserts runPass | assert_equals("-0.1em -0.1em", "-0.1em -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em -0.1em", "-0.1em -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em top | Asserts runPass | assert_equals("-0.1em top", "-0.1em top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em top", "-0.1em top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em center | Asserts runPass | assert_equals("-0.1em center", "-0.1em center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em center", "-0.1em center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: -.1em bottom | Asserts runPass | assert_equals("-0.1em bottom", "-0.1em bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-0.1em bottom", "-0.1em bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left 5% | Asserts runPass | assert_equals("left 5%", "left 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left 5%", "left 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left .5% | Asserts runPass | assert_equals("left 0.5%", "left 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left 0.5%", "left 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left -5% | Asserts runPass | assert_equals("left -5%", "left -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left -5%", "left -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left -.5% | Asserts runPass | assert_equals("left -0.5%", "left -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left -0.5%", "left -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left 0px | Asserts runPass | assert_equals("left 0px", "left 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left 0px", "left 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left 1px | Asserts runPass | assert_equals("left 1px", "left 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left 1px", "left 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left .1em | Asserts runPass | assert_equals("left 0.1em", "left 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left 0.1em", "left 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left -0px | Asserts runPass | assert_equals("left 0px", "left 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left 0px", "left 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left -1px | Asserts runPass | assert_equals("left -1px", "left -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left -1px", "left -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left -.1em | Asserts runPass | assert_equals("left -0.1em", "left -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left -0.1em", "left -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left top | Asserts runPass | assert_equals("left top", "left top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left top", "left top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left center | Asserts runPass | assert_equals("left center", "left center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left center", "left center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: left bottom | Asserts runPass | assert_equals("left bottom", "left bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left bottom", "left bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center 5% | Asserts runPass | assert_equals("center 5%", "center 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center 5%", "center 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center .5% | Asserts runPass | assert_equals("center 0.5%", "center 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center 0.5%", "center 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center -5% | Asserts runPass | assert_equals("center -5%", "center -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center -5%", "center -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center -.5% | Asserts runPass | assert_equals("center -0.5%", "center -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center -0.5%", "center -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center 0px | Asserts runPass | assert_equals("center 0px", "center 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center 0px", "center 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center 1px | Asserts runPass | assert_equals("center 1px", "center 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center 1px", "center 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center .1em | Asserts runPass | assert_equals("center 0.1em", "center 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center 0.1em", "center 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center -0px | Asserts runPass | assert_equals("center 0px", "center 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center 0px", "center 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center -1px | Asserts runPass | assert_equals("center -1px", "center -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center -1px", "center -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center -.1em | Asserts runPass | assert_equals("center -0.1em", "center -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center -0.1em", "center -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center top | Asserts runPass | assert_equals("center top", "center top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center top", "center top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center center | Asserts runPass | assert_equals("center center", "center center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center center", "center center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: center bottom | Asserts runPass | assert_equals("center bottom", "center bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center bottom", "center bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right 5% | Asserts runPass | assert_equals("right 5%", "right 5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right 5%", "right 5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right .5% | Asserts runPass | assert_equals("right 0.5%", "right 0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right 0.5%", "right 0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right -5% | Asserts runPass | assert_equals("right -5%", "right -5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right -5%", "right -5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right -.5% | Asserts runPass | assert_equals("right -0.5%", "right -0.5%", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right -0.5%", "right -0.5%", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right 0px | Asserts runPass | assert_equals("right 0px", "right 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right 0px", "right 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right 1px | Asserts runPass | assert_equals("right 1px", "right 1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right 1px", "right 1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right .1em | Asserts runPass | assert_equals("right 0.1em", "right 0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right 0.1em", "right 0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right -0px | Asserts runPass | assert_equals("right 0px", "right 0px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right 0px", "right 0px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right -1px | Asserts runPass | assert_equals("right -1px", "right -1px", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right -1px", "right -1px", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right -.1em | Asserts runPass | assert_equals("right -0.1em", "right -0.1em", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right -0.1em", "right -0.1em", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right top | Asserts runPass | assert_equals("right top", "right top", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right top", "right top", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right center | Asserts runPass | assert_equals("right center", "right center", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right center", "right center", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: right bottom | Asserts runPass | assert_equals("right bottom", "right bottom", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right bottom", "right bottom", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-position: inherit | Asserts runPass | assert_equals("inherit", "inherit", "background-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "background-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-repeat: repeat | Asserts runPass | assert_equals("repeat", "repeat", "background-repeat raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("repeat", "repeat", "background-repeat style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-repeat: repeat-x | Asserts runPass | assert_equals("repeat-x", "repeat-x", "background-repeat raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("repeat-x", "repeat-x", "background-repeat style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-repeat: repeat-y | Asserts runPass | assert_equals("repeat-y", "repeat-y", "background-repeat raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("repeat-y", "repeat-y", "background-repeat style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-repeat: no-repeat | Asserts runPass | assert_equals("no-repeat", "no-repeat", "background-repeat raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("no-repeat", "no-repeat", "background-repeat style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | background-repeat: inherit | Asserts runPass | assert_equals("inherit", "inherit", "background-repeat raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "background-repeat style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-collapse: collapse | Asserts runPass | assert_equals("collapse", "collapse", "border-collapse raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("collapse", "collapse", "border-collapse style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-collapse: separate | Asserts runPass | assert_equals("separate", "separate", "border-collapse raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("separate", "separate", "border-collapse style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-collapse: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-collapse raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-collapse style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-spacing: 0px | Asserts runPass | assert_equals("0px", "0px", "border-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "border-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-spacing: 1px | Asserts runPass | assert_equals("1px", "1px", "border-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "border-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-spacing: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "border-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "border-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-spacing: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-color: black | Asserts runPass | assert_equals("black", "black", "border-top-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("black", "black", "border-top-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-color: red | Asserts runPass | assert_equals("red", "red", "border-top-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("red", "red", "border-top-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-color: rgb(50, 75, 100) | Asserts runPass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "border-top-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "border-top-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-color: rgba(5, 7, 10, 0.5) | Asserts runPass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "border-top-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "border-top-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-color: transparent | Asserts runPass | assert_equals("transparent", "transparent", "border-top-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("transparent", "transparent", "border-top-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-color: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-top-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-top-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-color: black | Asserts runPass | assert_equals("black", "black", "border-right-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("black", "black", "border-right-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-color: red | Asserts runPass | assert_equals("red", "red", "border-right-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("red", "red", "border-right-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-color: rgb(50, 75, 100) | Asserts runPass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "border-right-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "border-right-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-color: rgba(5, 7, 10, 0.5) | Asserts runPass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "border-right-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "border-right-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-color: transparent | Asserts runPass | assert_equals("transparent", "transparent", "border-right-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("transparent", "transparent", "border-right-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-color: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-right-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-right-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-color: black | Asserts runPass | assert_equals("black", "black", "border-bottom-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("black", "black", "border-bottom-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-color: red | Asserts runPass | assert_equals("red", "red", "border-bottom-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("red", "red", "border-bottom-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-color: rgb(50, 75, 100) | Asserts runPass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "border-bottom-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "border-bottom-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-color: rgba(5, 7, 10, 0.5) | Asserts runPass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "border-bottom-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "border-bottom-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-color: transparent | Asserts runPass | assert_equals("transparent", "transparent", "border-bottom-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("transparent", "transparent", "border-bottom-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-color: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-bottom-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-bottom-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-color: black | Asserts runPass | assert_equals("black", "black", "border-left-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("black", "black", "border-left-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-color: red | Asserts runPass | assert_equals("red", "red", "border-left-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("red", "red", "border-left-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-color: rgb(50, 75, 100) | Asserts runPass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "border-left-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "border-left-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-color: rgba(5, 7, 10, 0.5) | Asserts runPass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "border-left-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "border-left-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-color: transparent | Asserts runPass | assert_equals("transparent", "transparent", "border-left-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("transparent", "transparent", "border-left-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-color: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-left-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-left-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: none | Asserts runPass | assert_equals("none", "none", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: hidden | Asserts runPass | assert_equals("hidden", "hidden", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("hidden", "hidden", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: dotted | Asserts runPass | assert_equals("dotted", "dotted", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("dotted", "dotted", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: dashed | Asserts runPass | assert_equals("dashed", "dashed", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("dashed", "dashed", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: solid | Asserts runPass | assert_equals("solid", "solid", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("solid", "solid", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: double | Asserts runPass | assert_equals("double", "double", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("double", "double", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: groove | Asserts runPass | assert_equals("groove", "groove", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("groove", "groove", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: ridge | Asserts runPass | assert_equals("ridge", "ridge", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("ridge", "ridge", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: inset | Asserts runPass | assert_equals("inset", "inset", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inset", "inset", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: outset | Asserts runPass | assert_equals("outset", "outset", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("outset", "outset", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-style: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-top-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-top-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: none | Asserts runPass | assert_equals("none", "none", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: hidden | Asserts runPass | assert_equals("hidden", "hidden", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("hidden", "hidden", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: dotted | Asserts runPass | assert_equals("dotted", "dotted", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("dotted", "dotted", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: dashed | Asserts runPass | assert_equals("dashed", "dashed", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("dashed", "dashed", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: solid | Asserts runPass | assert_equals("solid", "solid", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("solid", "solid", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: double | Asserts runPass | assert_equals("double", "double", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("double", "double", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: groove | Asserts runPass | assert_equals("groove", "groove", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("groove", "groove", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: ridge | Asserts runPass | assert_equals("ridge", "ridge", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("ridge", "ridge", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: inset | Asserts runPass | assert_equals("inset", "inset", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inset", "inset", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: outset | Asserts runPass | assert_equals("outset", "outset", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("outset", "outset", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-style: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-right-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-right-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: none | Asserts runPass | assert_equals("none", "none", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: hidden | Asserts runPass | assert_equals("hidden", "hidden", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("hidden", "hidden", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: dotted | Asserts runPass | assert_equals("dotted", "dotted", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("dotted", "dotted", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: dashed | Asserts runPass | assert_equals("dashed", "dashed", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("dashed", "dashed", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: solid | Asserts runPass | assert_equals("solid", "solid", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("solid", "solid", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: double | Asserts runPass | assert_equals("double", "double", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("double", "double", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: groove | Asserts runPass | assert_equals("groove", "groove", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("groove", "groove", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: ridge | Asserts runPass | assert_equals("ridge", "ridge", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("ridge", "ridge", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: inset | Asserts runPass | assert_equals("inset", "inset", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inset", "inset", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: outset | Asserts runPass | assert_equals("outset", "outset", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("outset", "outset", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-style: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-bottom-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-bottom-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: none | Asserts runPass | assert_equals("none", "none", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: hidden | Asserts runPass | assert_equals("hidden", "hidden", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("hidden", "hidden", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: dotted | Asserts runPass | assert_equals("dotted", "dotted", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("dotted", "dotted", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: dashed | Asserts runPass | assert_equals("dashed", "dashed", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("dashed", "dashed", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: solid | Asserts runPass | assert_equals("solid", "solid", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("solid", "solid", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: double | Asserts runPass | assert_equals("double", "double", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("double", "double", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: groove | Asserts runPass | assert_equals("groove", "groove", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("groove", "groove", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: ridge | Asserts runPass | assert_equals("ridge", "ridge", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("ridge", "ridge", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: inset | Asserts runPass | assert_equals("inset", "inset", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inset", "inset", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: outset | Asserts runPass | assert_equals("outset", "outset", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("outset", "outset", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-style: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-left-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-left-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-width: thin | Asserts runPass | assert_equals("thin", "thin", "border-top-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("thin", "thin", "border-top-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-width: medium | Asserts runPass | assert_equals("medium", "medium", "border-top-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("medium", "medium", "border-top-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-width: thick | Asserts runPass | assert_equals("thick", "thick", "border-top-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("thick", "thick", "border-top-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-width: 0px | Asserts runPass | assert_equals("0px", "0px", "border-top-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "border-top-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-width: 1px | Asserts runPass | assert_equals("1px", "1px", "border-top-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "border-top-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-width: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "border-top-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "border-top-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-top-width: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-top-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-top-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-width: thin | Asserts runPass | assert_equals("thin", "thin", "border-right-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("thin", "thin", "border-right-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-width: medium | Asserts runPass | assert_equals("medium", "medium", "border-right-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("medium", "medium", "border-right-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-width: thick | Asserts runPass | assert_equals("thick", "thick", "border-right-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("thick", "thick", "border-right-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-width: 0px | Asserts runPass | assert_equals("0px", "0px", "border-right-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "border-right-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-width: 1px | Asserts runPass | assert_equals("1px", "1px", "border-right-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "border-right-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-width: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "border-right-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "border-right-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-right-width: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-right-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-right-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-width: thin | Asserts runPass | assert_equals("thin", "thin", "border-bottom-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("thin", "thin", "border-bottom-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-width: medium | Asserts runPass | assert_equals("medium", "medium", "border-bottom-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("medium", "medium", "border-bottom-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-width: thick | Asserts runPass | assert_equals("thick", "thick", "border-bottom-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("thick", "thick", "border-bottom-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-width: 0px | Asserts runPass | assert_equals("0px", "0px", "border-bottom-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "border-bottom-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-width: 1px | Asserts runPass | assert_equals("1px", "1px", "border-bottom-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "border-bottom-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-width: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "border-bottom-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "border-bottom-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-bottom-width: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-bottom-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-bottom-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-width: thin | Asserts runPass | assert_equals("thin", "thin", "border-left-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("thin", "thin", "border-left-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-width: medium | Asserts runPass | assert_equals("medium", "medium", "border-left-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("medium", "medium", "border-left-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-width: thick | Asserts runPass | assert_equals("thick", "thick", "border-left-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("thick", "thick", "border-left-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-width: 0px | Asserts runPass | assert_equals("0px", "0px", "border-left-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "border-left-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-width: 1px | Asserts runPass | assert_equals("1px", "1px", "border-left-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "border-left-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-width: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "border-left-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "border-left-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | border-left-width: inherit | Asserts runPass | assert_equals("inherit", "inherit", "border-left-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "border-left-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | bottom: 0px | Asserts runPass | assert_equals("0px", "0px", "bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | bottom: 1px | Asserts runPass | assert_equals("1px", "1px", "bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | bottom: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | bottom: 5% | Asserts runPass | assert_equals("5%", "5%", "bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | bottom: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | bottom: auto | Asserts runPass | assert_equals("auto", "auto", "bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | bottom: inherit | Asserts runPass | assert_equals("inherit", "inherit", "bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | caption-side: top | Asserts runPass | assert_equals("top", "top", "caption-side raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("top", "top", "caption-side style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | caption-side: bottom | Asserts runPass | assert_equals("bottom", "bottom", "caption-side raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("bottom", "bottom", "caption-side style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | caption-side: inherit | Asserts runPass | assert_equals("inherit", "inherit", "caption-side raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "caption-side style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | clear: none | Asserts runPass | assert_equals("none", "none", "clear raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "clear style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | clear: left | Asserts runPass | assert_equals("left", "left", "clear raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left", "left", "clear style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | clear: right | Asserts runPass | assert_equals("right", "right", "clear raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right", "right", "clear style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | clear: both | Asserts runPass | assert_equals("both", "both", "clear raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("both", "both", "clear style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | clear: inherit | Asserts runPass | assert_equals("inherit", "inherit", "clear raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "clear style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | clip: rect(1em, auto, 0.5px, 2000em) | Asserts runPass | assert_equals("rect(1em, auto, 0.5px, 2000em)", "rect(1em, auto, 0.5px, 2000em)", "clip raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rect(1em, auto, 0.5px, 2000em)", "rect(1em, auto, 0.5px, 2000em)", "clip style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | clip: auto | Asserts runPass | assert_equals("auto", "auto", "clip raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "clip style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | clip: inherit | Asserts runPass | assert_equals("inherit", "inherit", "clip raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "clip style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | color: black | Asserts runPass | assert_equals("black", "black", "color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("black", "black", "color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | color: red | Asserts runPass | assert_equals("red", "red", "color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("red", "red", "color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | color: rgb(50, 75, 100) | Asserts runPass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | color: rgba(5, 7, 10, 0.5) | Asserts runPass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | color: inherit | Asserts runPass | assert_equals("inherit", "inherit", "color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: normal | Asserts runPass | assert_equals("normal", "normal", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("normal", "normal", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: none | Asserts runPass | assert_equals("none", "none", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: "string" | Asserts runPass | assert_equals("\"string\"", "\"string\"", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("\"string\"", "\"string\"", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: 'string' | Asserts runPass | assert_equals("\"string\"", "\"string\"", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("\"string\"", "\"string\"", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: url("http://localhost/") | Asserts runPass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: url(http://localhost/) | Asserts runPass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: counter(par-num) | Asserts runPass | assert_equals("counter(par-num)", "counter(par-num)", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("counter(par-num)", "counter(par-num)", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: counter(par-num, decimal) | Asserts runPass | assert_equals("counter(par-num)", "counter(par-num)", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("counter(par-num)", "counter(par-num)", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: counter(par-num, upper-roman) | Asserts runPass | assert_equals("counter(par-num, upper-roman)", "counter(par-num, upper-roman)", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("counter(par-num, upper-roman)", "counter(par-num, upper-roman)", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: attr(foo-bar) | Asserts runPass | assert_equals("attr(foo-bar)", "attr(foo-bar)", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("attr(foo-bar)", "attr(foo-bar)", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | content: attr(foo_bar) | Asserts runPass | assert_equals("attr(foo_bar)", "attr(foo_bar)", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("attr(foo_bar)", "attr(foo_bar)", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Fail | content: attr(|bar) | assert_equals: content raw inline style declaration expected "attr(bar)" but got "" at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:251:9)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at run_individual_test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:247:9)
at test_property (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:262:14)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:611:7 Asserts runFail | assert_equals("", "attr(bar)", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) |
|
Fail | content: attr( |bar ) | assert_equals: content raw inline style declaration expected "attr(bar)" but got "" at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:251:9)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at run_individual_test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:247:9)
at test_property (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:262:14)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:611:7 Asserts runFail | assert_equals("", "attr(bar)", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) |
|
Fail | content: attr(foo-bar, "fallback") | assert_equals: content raw inline style declaration expected "attr(foo-bar, \"fallback\")" but got "" at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:251:9)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at run_individual_test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:247:9)
at test_property (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:262:14)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:611:7 Asserts runFail | assert_equals("", "attr(foo-bar, \"fallback\")", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) |
|
Fail | content: attr(foo_bar, "fallback") | assert_equals: content raw inline style declaration expected "attr(foo_bar, \"fallback\")" but got "" at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:251:9)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at run_individual_test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:247:9)
at test_property (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:262:14)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:611:7 Asserts runFail | assert_equals("", "attr(foo_bar, \"fallback\")", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) |
|
Fail | content: attr(|bar, "fallback") | assert_equals: content raw inline style declaration expected "attr(bar, \"fallback\")" but got "" at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:251:9)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at run_individual_test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:247:9)
at test_property (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:262:14)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:611:7 Asserts runFail | assert_equals("", "attr(bar, \"fallback\")", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) |
|
Fail | content: attr(foo, "") | assert_equals: content raw inline style declaration expected "attr(foo, \"\")" but got "" at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:251:9)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at run_individual_test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:247:9)
at test_property (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:262:14)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:611:7 Asserts runFail | assert_equals("", "attr(foo, \"\")", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) |
|
Fail | content: attr( |foo , "" ) | assert_equals: content raw inline style declaration expected "attr(foo)" but got "" at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:251:9)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at run_individual_test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:247:9)
at test_property (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:262:14)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:611:7 Asserts runFail | assert_equals("", "attr(foo)", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) |
|
Pass | content: inherit | Asserts runPass | assert_equals("inherit", "inherit", "content raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "content style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: auto | Asserts runPass | assert_equals("auto", "auto", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: crosshair | Asserts runPass | assert_equals("crosshair", "crosshair", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("crosshair", "crosshair", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: default | Asserts runPass | assert_equals("default", "default", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("default", "default", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: pointer | Asserts runPass | assert_equals("pointer", "pointer", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("pointer", "pointer", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: move | Asserts runPass | assert_equals("move", "move", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("move", "move", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: e-resize | Asserts runPass | assert_equals("e-resize", "e-resize", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("e-resize", "e-resize", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: ne-resize | Asserts runPass | assert_equals("ne-resize", "ne-resize", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("ne-resize", "ne-resize", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: nw-resize | Asserts runPass | assert_equals("nw-resize", "nw-resize", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("nw-resize", "nw-resize", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: n-resize | Asserts runPass | assert_equals("n-resize", "n-resize", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("n-resize", "n-resize", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: se-resize | Asserts runPass | assert_equals("se-resize", "se-resize", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("se-resize", "se-resize", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: sw-resize | Asserts runPass | assert_equals("sw-resize", "sw-resize", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("sw-resize", "sw-resize", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: s-resize | Asserts runPass | assert_equals("s-resize", "s-resize", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("s-resize", "s-resize", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: w-resize | Asserts runPass | assert_equals("w-resize", "w-resize", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("w-resize", "w-resize", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: text | Asserts runPass | assert_equals("text", "text", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("text", "text", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: wait | Asserts runPass | assert_equals("wait", "wait", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("wait", "wait", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: help | Asserts runPass | assert_equals("help", "help", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("help", "help", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: progress | Asserts runPass | assert_equals("progress", "progress", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("progress", "progress", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | cursor: inherit | Asserts runPass | assert_equals("inherit", "inherit", "cursor raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "cursor style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | direction: ltr | Asserts runPass | assert_equals("ltr", "ltr", "direction raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("ltr", "ltr", "direction style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | direction: rtl | Asserts runPass | assert_equals("rtl", "rtl", "direction raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rtl", "rtl", "direction style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | direction: inherit | Asserts runPass | assert_equals("inherit", "inherit", "direction raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "direction style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: inline | Asserts runPass | assert_equals("inline", "inline", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inline", "inline", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: block | Asserts runPass | assert_equals("block", "block", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("block", "block", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: list-item | Asserts runPass | assert_equals("list-item", "list-item", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("list-item", "list-item", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: inline-block | Asserts runPass | assert_equals("inline-block", "inline-block", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inline-block", "inline-block", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: table | Asserts runPass | assert_equals("table", "table", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("table", "table", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: inline-table | Asserts runPass | assert_equals("inline-table", "inline-table", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inline-table", "inline-table", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: table-row-group | Asserts runPass | assert_equals("table-row-group", "table-row-group", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("table-row-group", "table-row-group", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: table-header-group | Asserts runPass | assert_equals("table-header-group", "table-header-group", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("table-header-group", "table-header-group", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: table-footer-group | Asserts runPass | assert_equals("table-footer-group", "table-footer-group", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("table-footer-group", "table-footer-group", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: table-row | Asserts runPass | assert_equals("table-row", "table-row", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("table-row", "table-row", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: table-column-group | Asserts runPass | assert_equals("table-column-group", "table-column-group", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("table-column-group", "table-column-group", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: table-column | Asserts runPass | assert_equals("table-column", "table-column", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("table-column", "table-column", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: table-cell | Asserts runPass | assert_equals("table-cell", "table-cell", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("table-cell", "table-cell", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: table-caption | Asserts runPass | assert_equals("table-caption", "table-caption", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("table-caption", "table-caption", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: none | Asserts runPass | assert_equals("none", "none", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | display: inherit | Asserts runPass | assert_equals("inherit", "inherit", "display raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "display style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | empty-cells: show | Asserts runPass | assert_equals("show", "show", "empty-cells raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("show", "show", "empty-cells style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | empty-cells: hide | Asserts runPass | assert_equals("hide", "hide", "empty-cells raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("hide", "hide", "empty-cells style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | empty-cells: inherit | Asserts runPass | assert_equals("inherit", "inherit", "empty-cells raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "empty-cells style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | float: left | Asserts runPass | assert_equals("left", "left", "float raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left", "left", "float style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | float: right | Asserts runPass | assert_equals("right", "right", "float raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right", "right", "float style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | float: none | Asserts runPass | assert_equals("none", "none", "float raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "float style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | float: inherit | Asserts runPass | assert_equals("inherit", "inherit", "float raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "float style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-family: Arial | Asserts runPass | assert_equals("Arial", "Arial", "font-family raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("Arial", "Arial", "font-family style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-family: 'Lucida Grande' | Asserts runPass | assert_equals("\"Lucida Grande\"", "\"Lucida Grande\"", "font-family raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("\"Lucida Grande\"", "\"Lucida Grande\"", "font-family style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-family: serif | Asserts runPass | assert_equals("serif", "serif", "font-family raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("serif", "serif", "font-family style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-family: sans-serif | Asserts runPass | assert_equals("sans-serif", "sans-serif", "font-family raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("sans-serif", "sans-serif", "font-family style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-family: inherit | Asserts runPass | assert_equals("inherit", "inherit", "font-family raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "font-family style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: xx-small | Asserts runPass | assert_equals("xx-small", "xx-small", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("xx-small", "xx-small", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: x-small | Asserts runPass | assert_equals("x-small", "x-small", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("x-small", "x-small", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: small | Asserts runPass | assert_equals("small", "small", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("small", "small", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: medium | Asserts runPass | assert_equals("medium", "medium", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("medium", "medium", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: large | Asserts runPass | assert_equals("large", "large", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("large", "large", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: x-large | Asserts runPass | assert_equals("x-large", "x-large", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("x-large", "x-large", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: xx-large | Asserts runPass | assert_equals("xx-large", "xx-large", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("xx-large", "xx-large", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: larger | Asserts runPass | assert_equals("larger", "larger", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("larger", "larger", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: smaller | Asserts runPass | assert_equals("smaller", "smaller", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("smaller", "smaller", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: 0px | Asserts runPass | assert_equals("0px", "0px", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: 1px | Asserts runPass | assert_equals("1px", "1px", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: 5% | Asserts runPass | assert_equals("5%", "5%", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-size: inherit | Asserts runPass | assert_equals("inherit", "inherit", "font-size raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "font-size style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-style: normal | Asserts runPass | assert_equals("normal", "normal", "font-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("normal", "normal", "font-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-style: italic | Asserts runPass | assert_equals("italic", "italic", "font-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("italic", "italic", "font-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-style: oblique | Asserts runPass | assert_equals("oblique", "oblique", "font-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("oblique", "oblique", "font-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-style: inherit | Asserts runPass | assert_equals("inherit", "inherit", "font-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "font-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-variant: normal | Asserts runPass | assert_equals("normal", "normal", "font-variant raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("normal", "normal", "font-variant style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-variant: small-caps | Asserts runPass | assert_equals("small-caps", "small-caps", "font-variant raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("small-caps", "small-caps", "font-variant style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-variant: inherit | Asserts runPass | assert_equals("inherit", "inherit", "font-variant raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "font-variant style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: normal | Asserts runPass | assert_equals("normal", "normal", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("normal", "normal", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: bold | Asserts runPass | assert_equals("bold", "bold", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("bold", "bold", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: bolder | Asserts runPass | assert_equals("bolder", "bolder", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("bolder", "bolder", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: lighter | Asserts runPass | assert_equals("lighter", "lighter", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("lighter", "lighter", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: 100 | Asserts runPass | assert_equals("100", "100", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("100", "100", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: 200 | Asserts runPass | assert_equals("200", "200", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("200", "200", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: 300 | Asserts runPass | assert_equals("300", "300", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("300", "300", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: 400 | Asserts runPass | assert_equals("400", "400", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("400", "400", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: 500 | Asserts runPass | assert_equals("500", "500", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("500", "500", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: 600 | Asserts runPass | assert_equals("600", "600", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("600", "600", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: 700 | Asserts runPass | assert_equals("700", "700", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("700", "700", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: 800 | Asserts runPass | assert_equals("800", "800", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("800", "800", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: 900 | Asserts runPass | assert_equals("900", "900", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("900", "900", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | font-weight: inherit | Asserts runPass | assert_equals("inherit", "inherit", "font-weight raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "font-weight style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | height: 0px | Asserts runPass | assert_equals("0px", "0px", "height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | height: 1px | Asserts runPass | assert_equals("1px", "1px", "height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | height: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | height: 5% | Asserts runPass | assert_equals("5%", "5%", "height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | height: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | height: auto | Asserts runPass | assert_equals("auto", "auto", "height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | height: inherit | Asserts runPass | assert_equals("inherit", "inherit", "height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | left: 0px | Asserts runPass | assert_equals("0px", "0px", "left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | left: 1px | Asserts runPass | assert_equals("1px", "1px", "left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | left: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | left: 5% | Asserts runPass | assert_equals("5%", "5%", "left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | left: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | left: auto | Asserts runPass | assert_equals("auto", "auto", "left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | left: inherit | Asserts runPass | assert_equals("inherit", "inherit", "left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | letter-spacing: normal | Asserts runPass | assert_equals("normal", "normal", "letter-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("normal", "normal", "letter-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | letter-spacing: 0px | Asserts runPass | assert_equals("0px", "0px", "letter-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "letter-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | letter-spacing: 1px | Asserts runPass | assert_equals("1px", "1px", "letter-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "letter-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | letter-spacing: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "letter-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "letter-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | letter-spacing: inherit | Asserts runPass | assert_equals("inherit", "inherit", "letter-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "letter-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: normal | Asserts runPass | assert_equals("normal", "normal", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("normal", "normal", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: 0 | Asserts runPass | assert_equals("0", "0", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0", "0", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: -0 | Asserts runPass | assert_equals("0", "0", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0", "0", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: 1000 | Asserts runPass | assert_equals("1000", "1000", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1000", "1000", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: 0.9 | Asserts runPass | assert_equals("0.9", "0.9", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.9", "0.9", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: 0px | Asserts runPass | assert_equals("0px", "0px", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: 1px | Asserts runPass | assert_equals("1px", "1px", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: 5% | Asserts runPass | assert_equals("5%", "5%", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | line-height: inherit | Asserts runPass | assert_equals("inherit", "inherit", "line-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "line-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-image: url("http://localhost/") | Asserts runPass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "list-style-image raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "list-style-image style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-image: url(http://localhost/) | Asserts runPass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "list-style-image raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("url(\"http://localhost/\")", "url(\"http://localhost/\")", "list-style-image style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-image: none | Asserts runPass | assert_equals("none", "none", "list-style-image raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "list-style-image style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-image: inherit | Asserts runPass | assert_equals("inherit", "inherit", "list-style-image raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "list-style-image style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-position: inside | Asserts runPass | assert_equals("inside", "inside", "list-style-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inside", "inside", "list-style-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-position: outside | Asserts runPass | assert_equals("outside", "outside", "list-style-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("outside", "outside", "list-style-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-position: inherit | Asserts runPass | assert_equals("inherit", "inherit", "list-style-position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "list-style-position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: disc | Asserts runPass | assert_equals("disc", "disc", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("disc", "disc", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: circle | Asserts runPass | assert_equals("circle", "circle", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("circle", "circle", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: square | Asserts runPass | assert_equals("square", "square", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("square", "square", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: disclosure-open | Asserts runPass | assert_equals("disclosure-open", "disclosure-open", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("disclosure-open", "disclosure-open", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: disclosure-closed | Asserts runPass | assert_equals("disclosure-closed", "disclosure-closed", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("disclosure-closed", "disclosure-closed", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: decimal | Asserts runPass | assert_equals("decimal", "decimal", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("decimal", "decimal", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: decimal-leading-zero | Asserts runPass | assert_equals("decimal-leading-zero", "decimal-leading-zero", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("decimal-leading-zero", "decimal-leading-zero", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: lower-roman | Asserts runPass | assert_equals("lower-roman", "lower-roman", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("lower-roman", "lower-roman", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: upper-roman | Asserts runPass | assert_equals("upper-roman", "upper-roman", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("upper-roman", "upper-roman", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: lower-greek | Asserts runPass | assert_equals("lower-greek", "lower-greek", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("lower-greek", "lower-greek", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: lower-latin | Asserts runPass | assert_equals("lower-latin", "lower-latin", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("lower-latin", "lower-latin", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: upper-latin | Asserts runPass | assert_equals("upper-latin", "upper-latin", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("upper-latin", "upper-latin", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: armenian | Asserts runPass | assert_equals("armenian", "armenian", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("armenian", "armenian", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: georgian | Asserts runPass | assert_equals("georgian", "georgian", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("georgian", "georgian", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: lower-alpha | Asserts runPass | assert_equals("lower-alpha", "lower-alpha", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("lower-alpha", "lower-alpha", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: upper-alpha | Asserts runPass | assert_equals("upper-alpha", "upper-alpha", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("upper-alpha", "upper-alpha", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: none | Asserts runPass | assert_equals("none", "none", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | list-style-type: inherit | Asserts runPass | assert_equals("inherit", "inherit", "list-style-type raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "list-style-type style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-right: 0px | Asserts runPass | assert_equals("0px", "0px", "margin-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "margin-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-right: 1px | Asserts runPass | assert_equals("1px", "1px", "margin-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "margin-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-right: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "margin-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "margin-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-right: 5% | Asserts runPass | assert_equals("5%", "5%", "margin-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "margin-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-right: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "margin-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "margin-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-right: auto | Asserts runPass | assert_equals("auto", "auto", "margin-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "margin-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-right: inherit | Asserts runPass | assert_equals("inherit", "inherit", "margin-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "margin-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-left: 0px | Asserts runPass | assert_equals("0px", "0px", "margin-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "margin-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-left: 1px | Asserts runPass | assert_equals("1px", "1px", "margin-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "margin-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-left: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "margin-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "margin-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-left: 5% | Asserts runPass | assert_equals("5%", "5%", "margin-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "margin-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-left: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "margin-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "margin-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-left: auto | Asserts runPass | assert_equals("auto", "auto", "margin-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "margin-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-left: inherit | Asserts runPass | assert_equals("inherit", "inherit", "margin-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "margin-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-top: 0px | Asserts runPass | assert_equals("0px", "0px", "margin-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "margin-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-top: 1px | Asserts runPass | assert_equals("1px", "1px", "margin-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "margin-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-top: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "margin-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "margin-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-top: 5% | Asserts runPass | assert_equals("5%", "5%", "margin-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "margin-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-top: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "margin-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "margin-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-top: auto | Asserts runPass | assert_equals("auto", "auto", "margin-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "margin-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-top: inherit | Asserts runPass | assert_equals("inherit", "inherit", "margin-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "margin-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-bottom: 0px | Asserts runPass | assert_equals("0px", "0px", "margin-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "margin-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-bottom: 1px | Asserts runPass | assert_equals("1px", "1px", "margin-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "margin-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-bottom: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "margin-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "margin-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-bottom: 5% | Asserts runPass | assert_equals("5%", "5%", "margin-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "margin-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-bottom: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "margin-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "margin-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-bottom: auto | Asserts runPass | assert_equals("auto", "auto", "margin-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "margin-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | margin-bottom: inherit | Asserts runPass | assert_equals("inherit", "inherit", "margin-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "margin-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-height: 0px | Asserts runPass | assert_equals("0px", "0px", "max-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "max-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-height: 1px | Asserts runPass | assert_equals("1px", "1px", "max-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "max-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-height: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "max-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "max-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-height: 5% | Asserts runPass | assert_equals("5%", "5%", "max-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "max-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-height: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "max-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "max-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-height: none | Asserts runPass | assert_equals("none", "none", "max-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "max-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-height: inherit | Asserts runPass | assert_equals("inherit", "inherit", "max-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "max-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-width: 0px | Asserts runPass | assert_equals("0px", "0px", "max-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "max-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-width: 1px | Asserts runPass | assert_equals("1px", "1px", "max-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "max-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-width: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "max-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "max-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-width: 5% | Asserts runPass | assert_equals("5%", "5%", "max-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "max-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-width: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "max-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "max-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-width: none | Asserts runPass | assert_equals("none", "none", "max-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "max-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | max-width: inherit | Asserts runPass | assert_equals("inherit", "inherit", "max-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "max-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-height: 0px | Asserts runPass | assert_equals("0px", "0px", "min-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "min-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-height: 1px | Asserts runPass | assert_equals("1px", "1px", "min-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "min-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-height: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "min-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "min-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-height: 5% | Asserts runPass | assert_equals("5%", "5%", "min-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "min-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-height: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "min-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "min-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-height: inherit | Asserts runPass | assert_equals("inherit", "inherit", "min-height raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "min-height style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-width: 0px | Asserts runPass | assert_equals("0px", "0px", "min-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "min-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-width: 1px | Asserts runPass | assert_equals("1px", "1px", "min-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "min-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-width: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "min-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "min-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-width: 5% | Asserts runPass | assert_equals("5%", "5%", "min-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "min-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-width: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "min-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "min-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | min-width: inherit | Asserts runPass | assert_equals("inherit", "inherit", "min-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "min-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | orphans: 101 | Asserts runPass | assert_equals("101", "101", "orphans raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("101", "101", "orphans style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | orphans: inherit | Asserts runPass | assert_equals("inherit", "inherit", "orphans raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "orphans style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-color: black | Asserts runPass | assert_equals("black", "black", "outline-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("black", "black", "outline-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-color: red | Asserts runPass | assert_equals("red", "red", "outline-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("red", "red", "outline-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-color: rgb(50, 75, 100) | Asserts runPass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "outline-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgb(50, 75, 100)", "rgb(50, 75, 100)", "outline-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-color: rgba(5, 7, 10, 0.5) | Asserts runPass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "outline-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("rgba(5, 7, 10, 0.5)", "rgba(5, 7, 10, 0.5)", "outline-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Fail | outline-color: invert | assert_equals: outline-color raw inline style declaration expected "invert" but got "" at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:251:9)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at run_individual_test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:247:9)
at test_property (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:262:14)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/serialize-values.html:611:7 Asserts runFail | assert_equals("", "invert", "outline-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) |
|
Pass | outline-color: inherit | Asserts runPass | assert_equals("inherit", "inherit", "outline-color raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "outline-color style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-style: none | Asserts runPass | assert_equals("none", "none", "outline-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "outline-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-style: dotted | Asserts runPass | assert_equals("dotted", "dotted", "outline-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("dotted", "dotted", "outline-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-style: dashed | Asserts runPass | assert_equals("dashed", "dashed", "outline-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("dashed", "dashed", "outline-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-style: solid | Asserts runPass | assert_equals("solid", "solid", "outline-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("solid", "solid", "outline-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-style: double | Asserts runPass | assert_equals("double", "double", "outline-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("double", "double", "outline-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-style: groove | Asserts runPass | assert_equals("groove", "groove", "outline-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("groove", "groove", "outline-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-style: ridge | Asserts runPass | assert_equals("ridge", "ridge", "outline-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("ridge", "ridge", "outline-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-style: inset | Asserts runPass | assert_equals("inset", "inset", "outline-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inset", "inset", "outline-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-style: outset | Asserts runPass | assert_equals("outset", "outset", "outline-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("outset", "outset", "outline-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-style: inherit | Asserts runPass | assert_equals("inherit", "inherit", "outline-style raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "outline-style style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-width: thin | Asserts runPass | assert_equals("thin", "thin", "outline-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("thin", "thin", "outline-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-width: medium | Asserts runPass | assert_equals("medium", "medium", "outline-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("medium", "medium", "outline-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-width: thick | Asserts runPass | assert_equals("thick", "thick", "outline-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("thick", "thick", "outline-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-width: 0px | Asserts runPass | assert_equals("0px", "0px", "outline-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "outline-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-width: 1px | Asserts runPass | assert_equals("1px", "1px", "outline-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "outline-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-width: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "outline-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "outline-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | outline-width: inherit | Asserts runPass | assert_equals("inherit", "inherit", "outline-width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "outline-width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | overflow: visible | Asserts runPass | assert_equals("visible", "visible", "overflow raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("visible", "visible", "overflow style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | overflow: hidden | Asserts runPass | assert_equals("hidden", "hidden", "overflow raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("hidden", "hidden", "overflow style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | overflow: scroll | Asserts runPass | assert_equals("scroll", "scroll", "overflow raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("scroll", "scroll", "overflow style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | overflow: auto | Asserts runPass | assert_equals("auto", "auto", "overflow raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "overflow style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | overflow: inherit | Asserts runPass | assert_equals("inherit", "inherit", "overflow raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "overflow style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-top: 0px | Asserts runPass | assert_equals("0px", "0px", "padding-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "padding-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-top: 1px | Asserts runPass | assert_equals("1px", "1px", "padding-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "padding-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-top: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "padding-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "padding-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-top: 5% | Asserts runPass | assert_equals("5%", "5%", "padding-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "padding-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-top: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "padding-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "padding-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-top: inherit | Asserts runPass | assert_equals("inherit", "inherit", "padding-top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "padding-top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-right: 0px | Asserts runPass | assert_equals("0px", "0px", "padding-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "padding-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-right: 1px | Asserts runPass | assert_equals("1px", "1px", "padding-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "padding-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-right: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "padding-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "padding-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-right: 5% | Asserts runPass | assert_equals("5%", "5%", "padding-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "padding-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-right: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "padding-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "padding-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-right: inherit | Asserts runPass | assert_equals("inherit", "inherit", "padding-right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "padding-right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-bottom: 0px | Asserts runPass | assert_equals("0px", "0px", "padding-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "padding-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-bottom: 1px | Asserts runPass | assert_equals("1px", "1px", "padding-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "padding-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-bottom: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "padding-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "padding-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-bottom: 5% | Asserts runPass | assert_equals("5%", "5%", "padding-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "padding-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-bottom: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "padding-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "padding-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-bottom: inherit | Asserts runPass | assert_equals("inherit", "inherit", "padding-bottom raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "padding-bottom style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-left: 0px | Asserts runPass | assert_equals("0px", "0px", "padding-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "padding-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-left: 1px | Asserts runPass | assert_equals("1px", "1px", "padding-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "padding-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-left: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "padding-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "padding-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-left: 5% | Asserts runPass | assert_equals("5%", "5%", "padding-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "padding-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-left: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "padding-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "padding-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | padding-left: inherit | Asserts runPass | assert_equals("inherit", "inherit", "padding-left raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "padding-left style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-after: auto | Asserts runPass | assert_equals("auto", "auto", "page-break-after raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "page-break-after style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-after: always | Asserts runPass | assert_equals("always", "always", "page-break-after raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("always", "always", "page-break-after style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-after: avoid | Asserts runPass | assert_equals("avoid", "avoid", "page-break-after raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("avoid", "avoid", "page-break-after style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-after: left | Asserts runPass | assert_equals("left", "left", "page-break-after raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left", "left", "page-break-after style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-after: right | Asserts runPass | assert_equals("right", "right", "page-break-after raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right", "right", "page-break-after style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-after: inherit | Asserts runPass | assert_equals("inherit", "inherit", "page-break-after raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "page-break-after style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-before: auto | Asserts runPass | assert_equals("auto", "auto", "page-break-before raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "page-break-before style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-before: always | Asserts runPass | assert_equals("always", "always", "page-break-before raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("always", "always", "page-break-before style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-before: avoid | Asserts runPass | assert_equals("avoid", "avoid", "page-break-before raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("avoid", "avoid", "page-break-before style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-before: left | Asserts runPass | assert_equals("left", "left", "page-break-before raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left", "left", "page-break-before style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-before: right | Asserts runPass | assert_equals("right", "right", "page-break-before raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right", "right", "page-break-before style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-before: inherit | Asserts runPass | assert_equals("inherit", "inherit", "page-break-before raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "page-break-before style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-inside: avoid | Asserts runPass | assert_equals("avoid", "avoid", "page-break-inside raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("avoid", "avoid", "page-break-inside style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-inside: auto | Asserts runPass | assert_equals("auto", "auto", "page-break-inside raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "page-break-inside style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | page-break-inside: inherit | Asserts runPass | assert_equals("inherit", "inherit", "page-break-inside raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "page-break-inside style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | position: static | Asserts runPass | assert_equals("static", "static", "position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("static", "static", "position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | position: relative | Asserts runPass | assert_equals("relative", "relative", "position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("relative", "relative", "position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | position: absolute | Asserts runPass | assert_equals("absolute", "absolute", "position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("absolute", "absolute", "position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | position: fixed | Asserts runPass | assert_equals("fixed", "fixed", "position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("fixed", "fixed", "position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | position: inherit | Asserts runPass | assert_equals("inherit", "inherit", "position raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "position style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | right: 0px | Asserts runPass | assert_equals("0px", "0px", "right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | right: 1px | Asserts runPass | assert_equals("1px", "1px", "right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | right: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | right: 5% | Asserts runPass | assert_equals("5%", "5%", "right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | right: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | right: auto | Asserts runPass | assert_equals("auto", "auto", "right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | right: inherit | Asserts runPass | assert_equals("inherit", "inherit", "right raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "right style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | table-layout: auto | Asserts runPass | assert_equals("auto", "auto", "table-layout raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "table-layout style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | table-layout: fixed | Asserts runPass | assert_equals("fixed", "fixed", "table-layout raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("fixed", "fixed", "table-layout style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | table-layout: inherit | Asserts runPass | assert_equals("inherit", "inherit", "table-layout raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "table-layout style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-align: left | Asserts runPass | assert_equals("left", "left", "text-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("left", "left", "text-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-align: right | Asserts runPass | assert_equals("right", "right", "text-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("right", "right", "text-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-align: center | Asserts runPass | assert_equals("center", "center", "text-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("center", "center", "text-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-align: justify | Asserts runPass | assert_equals("justify", "justify", "text-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("justify", "justify", "text-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-align: inherit | Asserts runPass | assert_equals("inherit", "inherit", "text-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "text-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-decoration: none | Asserts runPass | assert_equals("none", "none", "text-decoration raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "text-decoration style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-decoration: underline | Asserts runPass | assert_equals("underline", "underline", "text-decoration raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("underline", "underline", "text-decoration style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-decoration: overline | Asserts runPass | assert_equals("overline", "overline", "text-decoration raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("overline", "overline", "text-decoration style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-decoration: line-through | Asserts runPass | assert_equals("line-through", "line-through", "text-decoration raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("line-through", "line-through", "text-decoration style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-decoration: blink | Asserts runPass | assert_equals("blink", "blink", "text-decoration raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("blink", "blink", "text-decoration style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-decoration: inherit | Asserts runPass | assert_equals("inherit", "inherit", "text-decoration raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "text-decoration style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-indent: 0px | Asserts runPass | assert_equals("0px", "0px", "text-indent raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "text-indent style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-indent: 1px | Asserts runPass | assert_equals("1px", "1px", "text-indent raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "text-indent style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-indent: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "text-indent raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "text-indent style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-indent: 5% | Asserts runPass | assert_equals("5%", "5%", "text-indent raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "text-indent style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-indent: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "text-indent raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "text-indent style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-indent: inherit | Asserts runPass | assert_equals("inherit", "inherit", "text-indent raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "text-indent style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-transform: capitalize | Asserts runPass | assert_equals("capitalize", "capitalize", "text-transform raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("capitalize", "capitalize", "text-transform style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-transform: uppercase | Asserts runPass | assert_equals("uppercase", "uppercase", "text-transform raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("uppercase", "uppercase", "text-transform style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-transform: lowercase | Asserts runPass | assert_equals("lowercase", "lowercase", "text-transform raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("lowercase", "lowercase", "text-transform style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-transform: none | Asserts runPass | assert_equals("none", "none", "text-transform raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("none", "none", "text-transform style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | text-transform: inherit | Asserts runPass | assert_equals("inherit", "inherit", "text-transform raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "text-transform style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | top: 0px | Asserts runPass | assert_equals("0px", "0px", "top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | top: 1px | Asserts runPass | assert_equals("1px", "1px", "top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | top: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | top: 5% | Asserts runPass | assert_equals("5%", "5%", "top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | top: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | top: auto | Asserts runPass | assert_equals("auto", "auto", "top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | top: inherit | Asserts runPass | assert_equals("inherit", "inherit", "top raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "top style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | unicode-bidi: normal | Asserts runPass | assert_equals("normal", "normal", "unicode-bidi raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("normal", "normal", "unicode-bidi style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | unicode-bidi: embed | Asserts runPass | assert_equals("embed", "embed", "unicode-bidi raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("embed", "embed", "unicode-bidi style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | unicode-bidi: bidi-override | Asserts runPass | assert_equals("bidi-override", "bidi-override", "unicode-bidi raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("bidi-override", "bidi-override", "unicode-bidi style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | unicode-bidi: inherit | Asserts runPass | assert_equals("inherit", "inherit", "unicode-bidi raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "unicode-bidi style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: baseline | Asserts runPass | assert_equals("baseline", "baseline", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("baseline", "baseline", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: sub | Asserts runPass | assert_equals("sub", "sub", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("sub", "sub", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: super | Asserts runPass | assert_equals("super", "super", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("super", "super", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: top | Asserts runPass | assert_equals("top", "top", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("top", "top", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: text-top | Asserts runPass | assert_equals("text-top", "text-top", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("text-top", "text-top", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: middle | Asserts runPass | assert_equals("middle", "middle", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("middle", "middle", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: bottom | Asserts runPass | assert_equals("bottom", "bottom", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("bottom", "bottom", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: text-bottom | Asserts runPass | assert_equals("text-bottom", "text-bottom", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("text-bottom", "text-bottom", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: 5% | Asserts runPass | assert_equals("5%", "5%", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: 0px | Asserts runPass | assert_equals("0px", "0px", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: 1px | Asserts runPass | assert_equals("1px", "1px", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | vertical-align: inherit | Asserts runPass | assert_equals("inherit", "inherit", "vertical-align raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "vertical-align style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | visibility: visible | Asserts runPass | assert_equals("visible", "visible", "visibility raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("visible", "visible", "visibility style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | visibility: hidden | Asserts runPass | assert_equals("hidden", "hidden", "visibility raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("hidden", "hidden", "visibility style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | visibility: collapse | Asserts runPass | assert_equals("collapse", "collapse", "visibility raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("collapse", "collapse", "visibility style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | visibility: inherit | Asserts runPass | assert_equals("inherit", "inherit", "visibility raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "visibility style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | white-space: normal | Asserts runPass | assert_equals("normal", "normal", "white-space raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("normal", "normal", "white-space style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | white-space: pre | Asserts runPass | assert_equals("pre", "pre", "white-space raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("pre", "pre", "white-space style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | white-space: nowrap | Asserts runPass | assert_equals("nowrap", "nowrap", "white-space raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("nowrap", "nowrap", "white-space style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | white-space: pre-wrap | Asserts runPass | assert_equals("pre-wrap", "pre-wrap", "white-space raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("pre-wrap", "pre-wrap", "white-space style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | white-space: pre-line | Asserts runPass | assert_equals("pre-line", "pre-line", "white-space raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("pre-line", "pre-line", "white-space style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | white-space: inherit | Asserts runPass | assert_equals("inherit", "inherit", "white-space raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "white-space style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | widows: 101 | Asserts runPass | assert_equals("101", "101", "widows raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("101", "101", "widows style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | widows: inherit | Asserts runPass | assert_equals("inherit", "inherit", "widows raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "widows style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | width: 0px | Asserts runPass | assert_equals("0px", "0px", "width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | width: 1px | Asserts runPass | assert_equals("1px", "1px", "width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | width: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | width: 5% | Asserts runPass | assert_equals("5%", "5%", "width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("5%", "5%", "width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | width: .5% | Asserts runPass | assert_equals("0.5%", "0.5%", "width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.5%", "0.5%", "width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | width: auto | Asserts runPass | assert_equals("auto", "auto", "width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | width: inherit | Asserts runPass | assert_equals("inherit", "inherit", "width raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "width style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | word-spacing: normal | Asserts runPass | assert_equals("normal", "normal", "word-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("normal", "normal", "word-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | word-spacing: 0px | Asserts runPass | assert_equals("0px", "0px", "word-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0px", "0px", "word-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | word-spacing: 1px | Asserts runPass | assert_equals("1px", "1px", "word-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("1px", "1px", "word-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | word-spacing: .1em | Asserts runPass | assert_equals("0.1em", "0.1em", "word-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0.1em", "0.1em", "word-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | word-spacing: inherit | Asserts runPass | assert_equals("inherit", "inherit", "word-spacing raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "word-spacing style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | z-index: auto | Asserts runPass | assert_equals("auto", "auto", "z-index raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("auto", "auto", "z-index style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | z-index: 0 | Asserts runPass | assert_equals("0", "0", "z-index raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("0", "0", "z-index style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | z-index: 101 | Asserts runPass | assert_equals("101", "101", "z-index raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("101", "101", "z-index style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | z-index: -51 | Asserts runPass | assert_equals("-51", "-51", "z-index raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("-51", "-51", "z-index style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|
Pass | z-index: inherit | Asserts runPass | assert_equals("inherit", "inherit", "z-index raw inline style declaration")
at Test.<anonymous> ( /css/cssom/serialize-values.html:251:9) | Pass | assert_equals("inherit", "inherit", "z-index style property")
at Test.<anonymous> ( /css/cssom/serialize-values.html:254:9) |
|