mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
parent
ace9b32b1c
commit
df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Test (Transforms): Transform and perspective with w negative</title>
|
||||
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
|
||||
<link rel="author" title="Google" href="http://www.google.com/">
|
||||
|
||||
<style>
|
||||
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
transform: rotateY(44deg);
|
||||
background: fuchsia;
|
||||
transform-origin: 100px 0;
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div></div>
|
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Test (Transforms): Transform and perspective with w negative</title>
|
||||
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
|
||||
<link rel="author" title="Google" href="http://www.google.com/">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=696374">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-transforms-2/#individual-transforms">
|
||||
<link rel="match" href="rotate-animation-with-will-change-transform-001-ref.html">
|
||||
|
||||
<!--
|
||||
|
||||
This is a simplified version of one case within the Blink web test
|
||||
virtual/threaded-no-composited-antialiasing/animations/composited-animations-rotate-zero-degrees.html
|
||||
but with will-change: transform added, so that it fails with the bug
|
||||
that is introduced in the intermediate state of fixing
|
||||
https://bugs.chromium.org/p/chromium/issues/detail?id=696374
|
||||
|
||||
-->
|
||||
|
||||
<style>
|
||||
|
||||
@keyframes a {
|
||||
from { rotate: 0 1 0 44deg; }
|
||||
to { rotate: 0 1 0 44deg; }
|
||||
}
|
||||
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
animation: a linear 10s infinite;
|
||||
/* rotate: 0 1 0 44deg; */
|
||||
background: fuchsia;
|
||||
transform-origin: 100px 0;
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div></div>
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<link rel="match" href="transform-interpolation-ref.html?rotate">
|
||||
<meta name="fuzzy" content="maxDifference=0-2;totalPixels=0-17">
|
||||
<meta name="fuzzy" content="maxDifference=0-2;totalPixels=0-246">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-transforms/">
|
||||
|
||||
<script src="../../../common/reftest-wait.js"></script>
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
to: '8px 80% 800px',
|
||||
}, [
|
||||
{at: -1, expect: '-8px -80% -800px'},
|
||||
{at: 0, expect: '0px'},
|
||||
{at: 0, expect: '0px 0%'},
|
||||
{at: 0.125, expect: '1px 10% 100px'},
|
||||
{at: 0.875, expect: '7px 70% 700px'},
|
||||
{at: 1, expect: '8px 80% 800px'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue