Update web-platform-tests to revision 6366ae15c2bc2314adca4321357c68bb468fec98

This commit is contained in:
WPT Sync Bot 2020-04-02 08:23:57 +00:00
parent e47e884cc7
commit 6b740f0283
328 changed files with 3757 additions and 591 deletions

View file

@ -3,7 +3,7 @@
<title>CSS Transitions Test: transition-timing-function - 'ease-in' equivalent to 'cubic-bezier(0.42, 0, 1.0, 1.0)'</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
<link rel="help" title="2.3. The 'transition-timing-function' Property" href="http://www.w3.org/TR/css3-transitions/#transition-timing-function">
<link rel="help" href="https://www.w3.org/TR/css-transitions-1/#transition-timing-function-property">
<meta name="assert" content="The 'transition-timing-function' property set 'ease-in' is equivalent to cubic-bezier(0.42, 0, 1.0, 1.0)">
<style>
div {