Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -6,13 +6,13 @@
<link href="http://www.w3.org/TR/css3-transitions/#transition-property-property" rel="help" title="2.1. The 'transition-property' Property">
<link href="http://rodneyrehm.de/en/" rel="author" title="Rodney Rehm">
<meta content="dom" name="flags">
<script src="/resources/testharness.js" type="text/javascript"></script>
<script src="/resources/testharnessreport.js" type="text/javascript"></script>
<script src="./support/vendorPrefix.js" type="text/javascript"></script>
<script src="./support/helper.js" type="text/javascript"></script>
<script id="metadata_cache">/*
{
"parse 'none'": {},
@ -33,12 +33,12 @@
<script>
var transition = document.getElementById('transition');
// syntax: none | [ all | <IDENT> ] [ , [ all | <IDENT> ] ]*
// syntax: none | [ all | <IDENT> ] [ , [ all | <IDENT> ] ]*
var values = [
'none', 'all', 'width', 'all, width', 'width, all'
];
for (var i = 0, value; value = values[i]; i++) {
test(function() {
setStyle('#transition', {
@ -50,4 +50,5 @@
}
</script>
</body></html>