3 -webkit-padding-start:
6801059;
4 background-image:-webkit-cross-fade(url(foo1), url(foo2),
50%);
8 window
.onload = function() {
9 if (window
.testRunner
) {
10 testRunner
.waitUntilDone();
12 setTimeout(function() {
13 if (location
.hash
== '#done') {
14 document
.write('PASS');
15 if (window
.testRunner
) {
16 testRunner
.dumpAsText();
17 testRunner
.notifyDone();
20 location
.hash
= 'done';
21 window
.location
.reload();