Update test expectations.

This commit is contained in:
Emilio Cobos Álvarez 2018-10-19 02:39:21 +02:00
parent 1505eaaade
commit 4773e6a64a
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 4 additions and 10 deletions

View file

@ -1,2 +0,0 @@
[at-supports-040.html]
expected: FAIL

View file

@ -1,4 +0,0 @@
[CSS.html]
[CSS.supports, selector function]
expected: FAIL

View file

@ -26166,7 +26166,7 @@
"reftest"
],
"css/transform_skew_ref.html": [
"caf92ca6f50d1cfe27f9202ebf79d76dead03ba0",
"b6ef9bb8fe9c129b02f5f3213865673a42638190",
"support"
],
"css/transform_stacking_context_a.html": [

View file

@ -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>