Mark /css/css-transitions/transitions-animatable-properties-01.html as timeout=long

This commit is contained in:
Anthony Ramine 2018-09-01 18:00:46 +02:00
parent b211e45bb0
commit 967e799410
3 changed files with 19 additions and 161 deletions

View file

@ -333797,7 +333797,9 @@
"css/css-transitions/transitions-animatable-properties-01.html": [
[
"/css/css-transitions/transitions-animatable-properties-01.html",
{}
{
"timeout": "long"
}
]
],
"css/css-transitions/zero-duration-multiple-transition.html": [
@ -556470,7 +556472,7 @@
"testharness"
],
"css/css-transitions/transitions-animatable-properties-01.html": [
"06143d3061da89a148adda0e6bf2cf8f968f0f89",
"534f81839ac875ff6b5c5c7b17784258d7a8932c",
"testharness"
],
"css/css-transitions/zero-duration-multiple-transition.html": [

View file

@ -1,217 +1,72 @@
[transitions-animatable-properties-01.html]
expected: TIMEOUT
[border-bottom-width intermediate]
expected: FAIL
[z-index intermediate]
expected: NOTRUN
expected: FAIL
[text-indent intermediate]
expected: NOTRUN
[margin-right end]
expected: NOTRUN
expected: FAIL
[border-color end]
expected: FAIL
[word-spacing intermediate]
expected: NOTRUN
[opacity end]
expected: NOTRUN
[padding-right end]
expected: NOTRUN
[width end]
expected: NOTRUN
[word-spacing end]
expected: NOTRUN
[max-height end]
expected: NOTRUN
[max-width end]
expected: NOTRUN
[outline-color end]
expected: NOTRUN
[text-indent end]
expected: NOTRUN
[height end]
expected: NOTRUN
[width intermediate]
expected: NOTRUN
expected: FAIL
[outline-width intermediate]
expected: NOTRUN
expected: FAIL
[vertical-align intermediate]
expected: NOTRUN
[outline-offset end]
expected: NOTRUN
[margin-top end]
expected: NOTRUN
[outline-width end]
expected: NOTRUN
expected: FAIL
[right intermediate]
expected: NOTRUN
[line-height end]
expected: NOTRUN
expected: FAIL
[min-width intermediate]
expected: NOTRUN
expected: FAIL
[background-position end]
expected: FAIL
[padding-right intermediate]
expected: NOTRUN
[min-height end]
expected: NOTRUN
[margin-top intermediate]
expected: NOTRUN
[crop end]
expected: FAIL
[padding-left end]
expected: NOTRUN
[top intermediate]
expected: NOTRUN
[text-shadow intermediate]
expected: NOTRUN
expected: FAIL
[font-weight intermediate]
expected: NOTRUN
expected: FAIL
[clip intermediate]
expected: FAIL
[top end]
expected: NOTRUN
[font-weight end]
expected: NOTRUN
[font-size end]
expected: NOTRUN
[line-height intermediate]
expected: NOTRUN
[height intermediate]
expected: NOTRUN
[visibility intermediate]
expected: NOTRUN
[text-shadow end]
expected: NOTRUN
[border-right-width intermediate]
expected: FAIL
[margin-left end]
expected: NOTRUN
[letter-spacing intermediate]
expected: NOTRUN
[border-left-width intermediate]
expected: FAIL
[min-width end]
expected: NOTRUN
[right end]
expected: NOTRUN
[min-height intermediate]
expected: NOTRUN
[margin-left intermediate]
expected: NOTRUN
[margin-right intermediate]
expected: NOTRUN
expected: FAIL
[border-top-width intermediate]
expected: FAIL
[padding-left intermediate]
expected: NOTRUN
[max-width intermediate]
expected: NOTRUN
expected: FAIL
[max-height intermediate]
expected: NOTRUN
[padding-top end]
expected: NOTRUN
[letter-spacing end]
expected: NOTRUN
expected: FAIL
[outline-offset intermediate]
expected: NOTRUN
[margin-bottom end]
expected: NOTRUN
[opacity intermediate]
expected: NOTRUN
expected: FAIL
[border-spacing intermediate]
expected: FAIL
[vertical-align end]
expected: NOTRUN
[padding-top intermediate]
expected: NOTRUN
[padding-bottom intermediate]
expected: NOTRUN
[left intermediate]
expected: NOTRUN
[visibility end]
expected: NOTRUN
[left end]
expected: NOTRUN
[outline-color intermediate]
expected: NOTRUN
[padding-bottom end]
expected: NOTRUN
[margin-bottom intermediate]
expected: NOTRUN
[z-index end]
expected: NOTRUN
[font-size intermediate]
expected: NOTRUN
expected: FAIL
[bottom intermediate]
expected: FAIL

View file

@ -5,6 +5,7 @@
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title> CSS Transitions: Animatable CSS properties </title>
<meta name="assert" content="Check that all animatable CSS properties are animatable and then accepted by the 'transition-property' property">
<meta name="timeout" content="long">
<link rel="author" title="Daniel Glazman" href="mailto:daniel.glazman@disruptive-innovations.com">
<link rel="help" href="http://www.w3.org/TR/css3-transitions/#transitions">
<link rel="help" href="http://www.w3.org/TR/css3-transitions/#animatable-properties">