3 <script src=
"resources/shadow-offset.js"></script>
6 testRunner
.dumpAsTextWithPixelResults();
8 setter = function(ctx
, offsetX
, offsetY
) {
9 ctx
.shadowOffsetX
= offsetX
;
10 ctx
.shadowOffsetY
= offsetY
;
12 ctx
.shadowColor
= "green";
15 onload
= test(setter
);