mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
parent
9aa1b1e408
commit
35c74aecc2
11290 changed files with 92400 additions and 49214 deletions
|
@ -23,37 +23,37 @@
|
|||
assert_equals(cs.getPropertyValue("background-image"),
|
||||
"none", "background initial value for background-image");
|
||||
}, "background_initial_image");
|
||||
|
||||
|
||||
test(function() {
|
||||
assert_equals(cs.getPropertyValue("background-position"),
|
||||
"0% 0%", "background initial value for background-position");
|
||||
}, "background_initial_position");
|
||||
|
||||
|
||||
test(function() {
|
||||
assert_equals(cs.getPropertyValue("background-size"),
|
||||
"auto", "background initial value for background-size");
|
||||
}, "background_initial_size");
|
||||
|
||||
|
||||
test(function() {
|
||||
assert_equals(cs.getPropertyValue("background-repeat"),
|
||||
"repeat", "background initial value for background-repeat");
|
||||
}, "background_initial_repeat");
|
||||
|
||||
|
||||
test(function() {
|
||||
assert_equals(cs.getPropertyValue("background-attachment"),
|
||||
"scroll", "background initial value for background-attachment");
|
||||
}, "background_initial_attachment");
|
||||
|
||||
|
||||
test(function() {
|
||||
assert_equals(cs.getPropertyValue("background-origin"),
|
||||
"padding-box", "background initial value for background-origin");
|
||||
}, "background_initial_origin");
|
||||
|
||||
|
||||
test(function() {
|
||||
assert_equals(cs.getPropertyValue("background-clip"),
|
||||
"border-box", "background initial value for background-clip");
|
||||
}, "background_initial_clip");
|
||||
|
||||
|
||||
test(function() {
|
||||
assert_equals(cs.getPropertyValue("background-color"),
|
||||
"transparent", "background initial value for background-color");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue