mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Update web-platform-tests to revision 6366ae15c2bc2314adca4321357c68bb468fec98
This commit is contained in:
parent
e47e884cc7
commit
6b740f0283
328 changed files with 3757 additions and 591 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<title>Historical CSS Transition features must be removed</title>
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-transitions">
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-transitions-1/#starting">
|
||||
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<title>CSS Transitions Test: Intermediate Property Values</title>
|
||||
<meta name="timeout" content="long">
|
||||
<meta name="assert" content="Test checks that value ranges between start and end while transitioning">
|
||||
<link rel="help" title="2. Transitions" href="http://www.w3.org/TR/css3-transitions/#transitions">
|
||||
<link rel="help" title="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-transitions/#transitions">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="author" title="Rodney Rehm" href="http://rodneyrehm.de/en/">
|
||||
<meta name="flags" content="dom">
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8">
|
||||
<title>CSS Transitions Test: Intermediate Property Values of missing value types</title>
|
||||
<meta name="assert" content="Test checks that expected value types that haven't been specified are transitionable">
|
||||
<link rel="help" title="2. Transitions" href="http://www.w3.org/TR/css3-transitions/#transitions">
|
||||
<link rel="help" title="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-transitions/#transitions">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="author" title="Rodney Rehm" href="http://rodneyrehm.de/en/">
|
||||
<meta name="flags" content="dom">
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<title>CSS Transitions Test: Intermediate Property Values of unspecified properties</title>
|
||||
<meta name="timeout" content="long">
|
||||
<meta name="assert" content="Test checks that properties are transitionable that haven't been specified">
|
||||
<link rel="help" title="2. Transitions" href="http://www.w3.org/TR/css3-transitions/#transitions">
|
||||
<link rel="help" title="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-transitions/#transitions">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="author" title="Rodney Rehm" href="http://rodneyrehm.de/en/">
|
||||
<meta name="flags" content="dom">
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<meta charset="utf-8">
|
||||
<title>CSS Transitions Test: transition-property - background-position</title>
|
||||
<link rel="author" title="Zhuoyu Qian" href="mailto:zhuoyu.qian@samsung.com">
|
||||
<link rel="help" title="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" title="5.3.6 background-position" href="https://www.w3.org/TR/CSS1/#background-position">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS1/#background-position">
|
||||
<meta name="assert" content="Test checks that the 'background-position' property with edge offset is animatable.">
|
||||
<script src="/resources/testharness.js" type="text/javascript"></script>
|
||||
<script src="/resources/testharnessreport.js" type="text/javascript"></script>
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - background-position</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-position">
|
||||
<meta name="assert" content="Test checks that the 'background-position' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - border-bottom-color</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#border-color">
|
||||
<meta name="assert" content="Test checks that the 'border-bottom-color' property animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - border-bottom-width</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#the-border-width">
|
||||
<meta name="assert" content="Test checks that the 'border-bottom-width' property animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - border-left-color</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#border-color">
|
||||
<meta name="assert" content="Test checks that the 'border-left-color' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - border-left-width</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#the-border-width">
|
||||
<meta name="assert" content="Test checks that the 'border-left-width' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - border-right-color</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#border-color">
|
||||
<meta name="assert" content="Test checks that the 'border-right-color' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - border-right-width</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#the-border-width">
|
||||
<meta name="assert" content="Test checks that the 'border-right-width' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - border-top-color</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#border-color">
|
||||
<meta name="assert" content="Test checks that the 'border-top-color' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - border-top-width</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#the-border-width">
|
||||
<meta name="assert" content="Test checks that the 'border-top-width' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - border-spacing</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS22/tables.html#separated-borders">
|
||||
<meta name="assert" content="Test checks that the 'border-spacing' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - bottom</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#position-props">
|
||||
<meta name="assert" content="Test checks that the 'bottom' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - clip</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS22/visufx.html#clipping">
|
||||
<meta name="assert" content="Test checks that the 'clip' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - color</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-color/#the-color-property">
|
||||
<meta name="assert" content="Test checks that the 'color' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - font-size</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-fonts-3/#font-size-prop">
|
||||
<meta name="assert" content="Test checks that the 'font-size' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - font-weight</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-types">
|
||||
<meta name="assert" content="Test checks that the 'font-weight' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - left</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#position-props">
|
||||
<meta name="assert" content="Test checks that the 'left' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - letter-spacing</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#letter-spacing-property">
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Test checks that the 'letter-spacing' property is animatable.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - line-height</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-inline/#line-height-property">
|
||||
<meta name="assert" content="Test checks that the 'line-height' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - margin-bottom</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-box-3/#margin-physical">
|
||||
<meta name="assert" content="Test checks that the 'margin-bottom' property is animatable.">
|
||||
<style>
|
||||
#ref {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - margin-left</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-box-3/#margin-physical">
|
||||
<meta name="assert" content="Test checks that the 'margin-left' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - margin-right</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-box-3/#margin-physical">
|
||||
<meta name="assert" content="Test checks that the 'margin-right' property is animatable.">
|
||||
<style>
|
||||
div {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - max-height</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-sizing-3/#max-size-properties">
|
||||
<meta name="assert" content="Test checks that the 'max-height' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - max-width</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-sizing-3/#max-size-properties">
|
||||
<meta name="assert" content="Test checks that the 'max-width' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - min-height</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-sizing-3/#min-size-properties">
|
||||
<meta name="assert" content="Test checks that the 'min-height' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - min-width</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-sizing-3/#min-size-properties">
|
||||
<meta name="assert" content="Test checks that the 'min-width' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - opacity</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-color-3/#transparency">
|
||||
<meta name="assert" content="Test checks that the 'opacity' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - outline-color</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#outline-color">
|
||||
<meta name="assert" content="Test checks that the 'outline-color' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - outline-width</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#outline-width">
|
||||
<meta name="assert" content="Test checks that the 'outline-width' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - padding-bottom</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-box-3/#padding-physical">
|
||||
<meta name="assert" content="Test checks that the 'padding-bottom' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - padding-left</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-box-3/#padding-physical">
|
||||
<meta name="assert" content="Test checks that the 'padding-left' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - padding-right</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-box-3/#padding-physical">
|
||||
<meta name="assert" content="Test checks that the 'padding-right' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - padding-top</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-box-3/#padding-physical">
|
||||
<meta name="assert" content="Test checks that the 'padding-top' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - right</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#position-props">
|
||||
<meta name="assert" content="Test checks that the 'right' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - text-indent</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property">
|
||||
<meta name="assert" content="Test checks that the 'text-indent' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - text-shadow</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property">
|
||||
<meta name="assert" content="Test checks that the 'text-shadow' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - top</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#position-props">
|
||||
<meta name="assert" content="Test checks that the 'top' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - vertical-align</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS22/visudet.html#propdef-vertical-align">
|
||||
<meta name="assert" content="Test checks that the 'vertical-align' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - visibility</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-types">
|
||||
<meta name="assert" content="Test checks that the 'visibility' property is animatable.">
|
||||
<style>
|
||||
#test {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - word-spacing</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#word-spacing-property">
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Test checks that the 'word-spacing' property is animatable.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<title>CSS Transitions Test: transition-property - z-index</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="7.1. Properties from CSS" href="http://www.w3.org/TR/css3-transitions/#animatable-css">
|
||||
<link rel="help" href="https://drafts.csswg.org/web-animations-1/#animation-type">
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#z-index">
|
||||
<meta name="flags" content="ahem">
|
||||
<meta name="assert" content="Test checks that the 'z-index' property is animatable.">
|
||||
<style>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<title>CSS Transitions Test: transition-timing-function - 'ease' equivalent to 'cubic-bezier(0.25, 0.1, 0.25, 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" title="2.3. The 'transition-timing-function' Property" href="https://www.w3.org/TR/css-transitions-1/#transition-timing-function-property">
|
||||
<meta name="assert" content="The 'transition-timing-function' property set 'ease' is equivalent to cubic-bezier(0.25, 0.1, 0.25, 1.0)">
|
||||
<style>
|
||||
div {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<title>CSS Transitions Test: transition-timing-function - 'ease-in-out' equivalent to 'cubic-bezier(0.42, 0, 0.58, 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-out' is equivalent to cubic-bezier(0.42, 0, 0.58, 1.0)">
|
||||
<style>
|
||||
div {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<title>CSS Transitions Test: transition-timing-function - 'ease-out' equivalent to 'cubic-bezier(0, 0, 0.58, 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-out' is equivalent to cubic-bezier(0, 0, 0.58, 1.0)">
|
||||
<style>
|
||||
div {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<title>CSS Transitions Test: transition-timing-function - 'linear' equivalent to 'cubic-bezier(0.0, 0.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 'linear' is equivalent to cubic-bezier(0.0, 0.0, 1.0, 1.0)">
|
||||
<style>
|
||||
div {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<title>CSS Transitions Test: transition-timing-function - steps(2)</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="Test checks that the first parameter of 'steps()' function specifies the number of intervals.">
|
||||
<style>
|
||||
div {
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<title>CSS Transitions Test: display:none causes transitioncancel</title>
|
||||
<meta name="timeout" content="long">
|
||||
<link rel="author" title="Chris Rebert" href="http://chrisrebert.com">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-transitions-2/#dom-transitionevent-transitioncancel">
|
||||
<link rel="help" href="https://lists.w3.org/Archives/Public/www-style/2015Apr/0405.html" title="[CSSWG] Minutes Telecon 2015-04-29" data-section-title="AnimationEnd events and display: none">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-transitions-2/##event-dispatch">
|
||||
<link rel="help" href="https://lists.w3.org/Archives/Public/www-style/2015Apr/0405.html" data-section-title="AnimationEnd events and display: none">
|
||||
<meta name="flags" content="dom">
|
||||
<meta name="assert" content="Making an element display:none; while it has a transition in progress should fire a transitioncancel event.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue