mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update test expectations.
This commit is contained in:
parent
1505eaaade
commit
4773e6a64a
4 changed files with 4 additions and 10 deletions
|
@ -1,2 +0,0 @@
|
|||
[at-supports-040.html]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[CSS.html]
|
||||
[CSS.supports, selector function]
|
||||
expected: FAIL
|
||||
|
|
@ -26166,7 +26166,7 @@
|
|||
"reftest"
|
||||
],
|
||||
"css/transform_skew_ref.html": [
|
||||
"caf92ca6f50d1cfe27f9202ebf79d76dead03ba0",
|
||||
"b6ef9bb8fe9c129b02f5f3213865673a42638190",
|
||||
"support"
|
||||
],
|
||||
"css/transform_stacking_context_a.html": [
|
||||
|
|
|
@ -17,15 +17,15 @@ div>div {
|
|||
}
|
||||
|
||||
.transformed1_ref {
|
||||
transform: matrix(1, 0, 0.25534192122, 1, 0, 0);
|
||||
transform: matrix(1, 0, 0.255342, 1, 0, 0);
|
||||
}
|
||||
|
||||
.transformed2_ref {
|
||||
transform: matrix(1, 0.54630248984, 0, 1, 0, 0);
|
||||
transform: matrix(1, 0.546302, 0, 1, 0, 0);
|
||||
}
|
||||
|
||||
.transformed3_ref {
|
||||
transform: matrix(1, 0.54630248984, 0.25534192122, 1, 0, 0);
|
||||
transform: matrix(1, 0.546302, 0.255342, 1, 0, 0);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue