Pass | e.style['perspective-origin'] = "10%" should set the property value | Asserts runPass | assert_not_equals("10% center", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_in_array("10% center", ["10% center", "10% 50%"], "serialization should be sound")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:32:13) | Pass | assert_equals("10% center", "10% center", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "20% 30px" should set the property value | Asserts runPass | assert_not_equals("20% 30px", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("20% 30px", "20% 30px", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("20% 30px", "20% 30px", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "30px center" should set the property value | Asserts runPass | assert_not_equals("30px center", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("30px center", "30px center", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("30px center", "30px center", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "40px top" should set the property value | Asserts runPass | assert_not_equals("40px top", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("40px top", "40px top", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("40px top", "40px top", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "bottom 10% right 20%" should set the property value | Asserts runPass | assert_not_equals("right 20% bottom 10%", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("right 20% bottom 10%", "right 20% bottom 10%", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("right 20% bottom 10%", "right 20% bottom 10%", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "bottom right" should set the property value | Asserts runPass | assert_not_equals("right bottom", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("right bottom", "right bottom", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("right bottom", "right bottom", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "center" should set the property value | Asserts runPass | assert_not_equals("center center", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_in_array("center center", ["center center", "center 50%"], "serialization should be sound")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:32:13) | Pass | assert_equals("center center", "center center", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "center 50px" should set the property value | Asserts runPass | assert_not_equals("center 50px", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("center 50px", "center 50px", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("center 50px", "center 50px", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "center bottom" should set the property value | Asserts runPass | assert_not_equals("center bottom", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("center bottom", "center bottom", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("center bottom", "center bottom", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "center center" should set the property value | Asserts runPass | assert_not_equals("center center", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("center center", "center center", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("center center", "center center", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "center left" should set the property value | Asserts runPass | assert_not_equals("left center", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("left center", "left center", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("left center", "left center", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "left" should set the property value | Asserts runPass | assert_not_equals("left center", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_in_array("left center", ["left center", "left 50%"], "serialization should be sound")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:32:13) | Pass | assert_equals("left center", "left center", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "left bottom" should set the property value | Asserts runPass | assert_not_equals("left bottom", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("left bottom", "left bottom", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("left bottom", "left bottom", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "left center" should set the property value | Asserts runPass | assert_not_equals("left center", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("left center", "left center", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("left center", "left center", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "right 40%" should set the property value | Asserts runPass | assert_not_equals("right 40%", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("right 40%", "right 40%", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("right 40%", "right 40%", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "right 30% top 60px" should set the property value | Asserts runPass | assert_not_equals("right 30% top 60px", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("right 30% top 60px", "right 30% top 60px", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("right 30% top 60px", "right 30% top 60px", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "top" should set the property value | Asserts runPass | assert_not_equals("center top", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_in_array("center top", ["center top", "50% top"], "serialization should be sound")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:32:13) | Pass | assert_equals("center top", "center top", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['perspective-origin'] = "top center" should set the property value | Asserts runPass | assert_not_equals("center top", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("center top", "center top", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("center top", "center top", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|