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
|
@ -18,12 +18,12 @@
|
|||
<div id="test"></div>
|
||||
<script>
|
||||
var cs = getComputedStyle(document.getElementById("test"), null);
|
||||
|
||||
|
||||
test(function() {
|
||||
assert_equals(cs.getPropertyValue("background-origin"),
|
||||
"border-box", "background specified value for background-origin");
|
||||
}, "background_specified_box_two_origin");
|
||||
|
||||
|
||||
test(function() {
|
||||
assert_equals(cs.getPropertyValue("background-clip"),
|
||||
"padding-box", "background specified value for background-clip");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue