Pass | e.style['font-family'] = "Serif" should set the property value | Asserts runPass | assert_not_equals("serif", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("serif", "serif", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("serif", "serif", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['font-family'] = "Sans-Serif" should set the property value | Asserts runPass | assert_not_equals("sans-serif", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("sans-serif", "sans-serif", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("sans-serif", "sans-serif", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['font-family'] = "Cursive" should set the property value | Asserts runPass | assert_not_equals("cursive", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("cursive", "cursive", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("cursive", "cursive", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['font-family'] = "Fantasy" should set the property value | Asserts runPass | assert_not_equals("fantasy", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("fantasy", "fantasy", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("fantasy", "fantasy", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['font-family'] = "Monospace" should set the property value | Asserts runPass | assert_not_equals("monospace", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("monospace", "monospace", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("monospace", "monospace", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['font-family'] = "System-UI" should set the property value | Asserts runPass | assert_not_equals("system-ui", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("system-ui", "system-ui", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("system-ui", "system-ui", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['font-family'] = "serif, sans-serif, cursive, fantasy, monospace, system-ui" should set the property value | Asserts runPass | assert_not_equals("serif, sans-serif, cursive, fantasy, monospace, system-ui", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("serif, sans-serif, cursive, fantasy, monospace, system-ui", "serif, sans-serif, cursive, fantasy, monospace, system-ui", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("serif, sans-serif, cursive, fantasy, monospace, system-ui", "serif, sans-serif, cursive, fantasy, monospace, system-ui", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['font-family'] = "Helvetica, Verdana, sans-serif" should set the property value | Asserts runPass | assert_not_equals("Helvetica, Verdana, sans-serif", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("Helvetica, Verdana, sans-serif", "Helvetica, Verdana, sans-serif", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("Helvetica, Verdana, sans-serif", "Helvetica, Verdana, sans-serif", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['font-family'] = "\"New Century Schoolbook\", serif" should set the property value | Asserts runPass | assert_not_equals("\"New Century Schoolbook\", serif", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("\"New Century Schoolbook\", serif", "\"New Century Schoolbook\", serif", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("\"New Century Schoolbook\", serif", "\"New Century Schoolbook\", serif", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['font-family'] = "'21st Century', fantasy" should set the property value | Asserts runPass | assert_not_equals("\"21st Century\", fantasy", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("\"21st Century\", fantasy", "\"21st Century\", fantasy", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("\"21st Century\", fantasy", "\"21st Century\", fantasy", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['font-family'] = "\"inherit\", \"serif\"" should set the property value | Asserts runPass | assert_not_equals("\"inherit\", \"serif\"", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("\"inherit\", \"serif\"", "\"inherit\", \"serif\"", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("\"inherit\", \"serif\"", "\"inherit\", \"serif\"", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|